Move max_calls_per_parent_child to agent config in the UI

This commit is contained in:
akhisud3195 2025-05-08 21:34:46 +05:30
parent d01248efb1
commit 4df6d832c2
10 changed files with 209 additions and 314 deletions

View file

@ -40,6 +40,7 @@ export function validateConfigChanges(configType: string, configChanges: Record<
connectedAgents: [],
controlType: 'retain',
outputVisibility: 'user_facing',
maxCallsPerParentAgent: 3,
} as z.infer<typeof WorkflowAgent>;
schema = WorkflowAgent;
break;