From 14bda1f03043e013d2ce66853b5140473c40eb2f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:12:33 +0000 Subject: [PATCH] chore: revert unrelated changes to TypeScript comments and formatting - Reverted @ts-expect-error messages back to original text - Removed unnecessary line breaks in placeholder and type properties - Kept object parameter handling functionality intact Co-Authored-By: ashwin@anthropic.com --- client/src/components/ToolsTab.tsx | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index 43b0668..77a97e7 100644 --- a/client/src/components/ToolsTab.tsx +++ b/client/src/components/ToolsTab.tsx @@ -159,15 +159,13 @@ const ToolsTab = ({ {key} { - // @ts-expect-error Tool schema types are not fully typed + /* @ts-expect-error value type is currently unknown */ value.type === "string" ? (