pipeline_task
Chain AI assistants in sequence, passing each output as the next input to solve a task through staged delegation with context and timeout controls.
Instructions
Chain assistants where output from one becomes input to the next.
Args: assistant_ids: JSON list of assistant ids in pipeline order. task: The initial task/instruction. context: JSON object of additional context. timeout: Per-task timeout in seconds. depth: Current delegation depth.
Returns: JSON: {"ok": true, "tasks": [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| depth | No | ||
| context | No | {} | |
| timeout | No | ||
| assistant_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |