diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index 5aede27bb..25d4f15e4 100644 --- a/client/src/components/ToolsTab.tsx +++ b/client/src/components/ToolsTab.tsx @@ -51,7 +51,7 @@ const ToolsTab = ({ {structuredResult.content.map((item, index) => (
{item.type === "text" && ( -
+                
                   {item.text}
                 
)} diff --git a/client/src/components/ui/tabs.tsx b/client/src/components/ui/tabs.tsx index 9aa22a0b9..d1b685fad 100644 --- a/client/src/components/ui/tabs.tsx +++ b/client/src/components/ui/tabs.tsx @@ -27,7 +27,7 @@ const TabsTrigger = React.forwardRef<