parallel_task
Delegate the same task to multiple AI assistants in parallel, then collect each response for comparison or consensus.
Instructions
Delegate the same task to multiple assistants in parallel.
Args: assistant_ids: JSON list of assistant ids. task: The task/instruction for the assistants. 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 |