diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index 3f0261f7..50edaf51 100644 --- a/client/src/components/ToolsTab.tsx +++ b/client/src/components/ToolsTab.tsx @@ -160,184 +160,214 @@ const ToolsTab = ({ const required = isPropertyRequired(key, inputSchema); return (
- - {prop.type === "boolean" ? ( -
- - setParams({ - ...params, - [key]: checked, - }) - } - /> - -
- ) : prop.type === "string" && prop.enum ? ( - - ) : prop.type === "string" ? ( -