Add workflows inside captain

This commit is contained in:
Pranav
2026-02-28 09:02:20 +03:00
parent c0490794d1
commit d7db152f7b
25 changed files with 359 additions and 158 deletions
@@ -64,6 +64,18 @@ const FIELD_CONFIGS = {
label: 'CAPTAIN.ASSISTANTS.WORKFLOWS.CONFIG.PRIORITY',
},
],
collect_input: [
{
key: 'input_key',
component: 'input',
label: 'CAPTAIN.ASSISTANTS.WORKFLOWS.CONFIG.INPUT_KEY',
},
{
key: 'prompt',
component: 'textarea',
label: 'CAPTAIN.ASSISTANTS.WORKFLOWS.CONFIG.PROMPT',
},
],
condition: [
{
key: 'attribute',