diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index 5aede27..25d4f15 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.text})} diff --git a/client/src/components/ui/tabs.tsx b/client/src/components/ui/tabs.tsx index 9aa22a0..d1b685f 100644 --- a/client/src/components/ui/tabs.tsx +++ b/client/src/components/ui/tabs.tsx @@ -27,7 +27,7 @@ const TabsTrigger = React.forwardRef<