From ebcb8b5a8998e49aea20d9f795cc6185f5d48438 Mon Sep 17 00:00:00 2001 From: SarthakB11 Date: Sat, 9 May 2026 18:52:58 +0000 Subject: [PATCH] fix(client): fully collapse Output Schema and Meta panels in ToolsTab Fixes #928 --- client/src/components/ToolsTab.tsx | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index febea1d8f..99c418838 100644 --- a/client/src/components/ToolsTab.tsx +++ b/client/src/components/ToolsTab.tsx @@ -736,15 +736,9 @@ const ToolsTab = ({ )} -
+ {isOutputSchemaExpanded && ( -
+ )} )} {selectedTool && @@ -774,15 +768,9 @@ const ToolsTab = ({ )} -
+ {isMetadataExpanded && ( -
+ )} )} {taskSupport !== "forbidden" && (