diff --git a/app/components/chat/ToolInvocations.tsx b/app/components/chat/ToolInvocations.tsx index e61a8e0..280543f 100644 --- a/app/components/chat/ToolInvocations.tsx +++ b/app/components/chat/ToolInvocations.tsx @@ -105,14 +105,14 @@ export const ToolInvocations = memo(({ toolInvocations, toolCallAnnotations, add
- Calling MCP tool{' '} - +
+
+
+ {toolName} + + {annotation?.toolDescription} +
- {expanded[toolCallId] && ( -
-
-
-
- Description:{' '} - - {annotation?.toolDescription} - -
-
-
- -
-
-
-
- )} -
+