You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Optional workflow ID to run. If not provided, uses the current workflow in context.',
4271
+
'ID of the workflow to run. Always pass this explicitly — outside a workflow-scoped chat there is no current workflow to fall back to, and the run is rejected without it.',
4272
4272
},
4273
4273
workflow_input: {
4274
4274
type: 'object',
4275
4275
description: 'JSON object with key-value mappings where each key is an input field name',
'Optional workflow ID to run. If not provided, uses the current workflow in context.',
4399
+
'ID of the workflow to run. Always pass this explicitly — outside a workflow-scoped chat there is no current workflow to fall back to, and the run is rejected without it.',
4400
4400
},
4401
4401
workflow_input: {
4402
4402
type: 'object',
4403
4403
description: 'JSON object with key-value mappings where each key is an input field name',
'Optional workflow ID to run. If not provided, uses the current workflow in context.',
4447
+
'ID of the workflow to run. Always pass this explicitly — outside a workflow-scoped chat there is no current workflow to fall back to, and the run is rejected without it.',
4448
4448
},
4449
4449
workflow_input: {
4450
4450
type: 'object',
4451
4451
description:
4452
4452
"JSON object matching the target trigger's inputSchema (from get_workflow_run_options). For external/webhook triggers this is the event payload; for API/Input triggers it is the form fields.",
'Optional workflow ID to run. If not provided, uses the current workflow in context.',
4496
+
'ID of the workflow to run. Always pass this explicitly — outside a workflow-scoped chat there is no current workflow to fall back to, and the run is rejected without it.',
4496
4497
},
4497
4498
workflow_input: {
4498
4499
type: 'object',
4499
4500
description:
4500
4501
"JSON object matching the target trigger's inputSchema (from get_workflow_run_options). For external/webhook triggers this is the event payload; for API/Input triggers it is the form fields.",
'Optional workflow ID to run. If not provided, uses the current workflow in context.',
4148
+
'ID of the workflow to run. Always pass this explicitly — outside a workflow-scoped chat there is no current workflow to fall back to, and the run is rejected without it.',
4149
4149
},
4150
4150
workflow_input: {
4151
4151
type: 'object',
4152
4152
description: 'JSON object with key-value mappings where each key is an input field name',
'Optional workflow ID to run. If not provided, uses the current workflow in context.',
4273
+
'ID of the workflow to run. Always pass this explicitly — outside a workflow-scoped chat there is no current workflow to fall back to, and the run is rejected without it.',
4274
4274
},
4275
4275
workflow_input: {
4276
4276
type: 'object',
4277
4277
description: 'JSON object with key-value mappings where each key is an input field name',
'Optional workflow ID to run. If not provided, uses the current workflow in context.',
4316
+
'ID of the workflow to run. Always pass this explicitly — outside a workflow-scoped chat there is no current workflow to fall back to, and the run is rejected without it.',
4317
4317
},
4318
4318
workflow_input: {
4319
4319
type: 'object',
4320
4320
description:
4321
4321
"JSON object matching the target trigger's inputSchema (from get_workflow_run_options). For external/webhook triggers this is the event payload; for API/Input triggers it is the form fields.",
'Optional workflow ID to run. If not provided, uses the current workflow in context.',
4359
+
'ID of the workflow to run. Always pass this explicitly — outside a workflow-scoped chat there is no current workflow to fall back to, and the run is rejected without it.',
4359
4360
},
4360
4361
workflow_input: {
4361
4362
type: 'object',
4362
4363
description:
4363
4364
"JSON object matching the target trigger's inputSchema (from get_workflow_run_options). For external/webhook triggers this is the event payload; for API/Input triggers it is the form fields.",
0 commit comments