diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index f2b1dc0872..6479b5a581 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -1004,13 +1004,14 @@ export const ChatRowContent = ({ {message.type === "ask" && (
- + +
+
{tool.content}
+
+ {tool.path} +
+
+
)}