diff --git a/apps/sim/executor/handlers/agent/agent-handler.ts b/apps/sim/executor/handlers/agent/agent-handler.ts index 0fe1791b1..afde55316 100644 --- a/apps/sim/executor/handlers/agent/agent-handler.ts +++ b/apps/sim/executor/handlers/agent/agent-handler.ts @@ -323,6 +323,7 @@ export class AgentBlockHandler implements BlockHandler { toolName, arguments: { ...params, ...callParams }, workspaceId: context.workspaceId, + workflowId: context.workflowId, }), })