Enable internal and user-facing agents to build pipelines

This commit is contained in:
akhisud3195 2025-05-06 14:49:52 +05:30
parent 1246ea47b9
commit e59a8b75cf
24 changed files with 2100 additions and 1376 deletions

View file

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