Skip to content

Commit d03c6ae

Browse files
committed
Removed a bad Agent decision mapping controller
1 parent 9cf9ca8 commit d03c6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7206,7 +7206,7 @@ func HandleAiAgentExecutionStart(execution WorkflowExecution, startNode Action,
72067206
}
72077207

72087208
SetWorkflowExecution(ctx, execution, true)
7209-
os.Exit(3)
7209+
//os.Exit(3)
72107210
}
72117211
}
72127212

0 commit comments

Comments
 (0)