From 448b8f056cd2d0489daf35a372676e74c396efcf Mon Sep 17 00:00:00 2001 From: Lakee Sivaraya Date: Fri, 16 Jan 2026 13:34:24 -0800 Subject: [PATCH] undo changes --- apps/sim/tools/types.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/sim/tools/types.ts b/apps/sim/tools/types.ts index 81506af67..3fecea9c7 100644 --- a/apps/sim/tools/types.ts +++ b/apps/sim/tools/types.ts @@ -71,7 +71,7 @@ export interface ToolConfig

{ } } > - + // Output schema - what this tool produces outputs?: Record< string, { @@ -79,8 +79,8 @@ export interface ToolConfig

{ description?: string optional?: boolean fileConfig?: { - mimeType?: string - extension?: string + mimeType?: string // Expected MIME type for file outputs + extension?: string // Expected file extension } items?: { type: string