From d19632aec321f7a606facac0ba6100c1f8de7a20 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Mon, 30 Jun 2025 14:01:21 -0700 Subject: [PATCH] fix typing issue --- apps/sim/tools/function/execute.ts | 12 ++++++++++++ apps/sim/tools/function/types.ts | 2 ++ 2 files changed, 14 insertions(+) diff --git a/apps/sim/tools/function/execute.ts b/apps/sim/tools/function/execute.ts index eb121ecbc6..af015aae68 100644 --- a/apps/sim/tools/function/execute.ts +++ b/apps/sim/tools/function/execute.ts @@ -28,6 +28,18 @@ export const functionExecuteTool: ToolConfig + blockData?: Record + blockNameMapping?: Record _context?: { workflowId?: string }