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" && (