fix: remove icon from ListFilesRenderer
This commit is contained in:
@@ -132,8 +132,8 @@ class ListFilesRenderer(BaseToolRenderer):
|
|||||||
path = args.get("path", "")
|
path = args.get("path", "")
|
||||||
|
|
||||||
text = Text()
|
text = Text()
|
||||||
text.append("📂 ")
|
text.append("◇ ", style="#10b981")
|
||||||
text.append("Listing files", style="bold #10b981")
|
text.append("list", style="dim")
|
||||||
text.append(" ")
|
text.append(" ")
|
||||||
|
|
||||||
if path:
|
if path:
|
||||||
|
|||||||
Reference in New Issue
Block a user