add_task_to_pipeline
Adds a task to a pipeline at a specified position or appends it automatically. Integrates task scheduling into multi-agent workflows.
Instructions
将任务添加到 Pipeline。指定任务在 Pipeline 中的顺序。不传 order_index 则自动追加到末尾。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | 任务 ID | |
| order_index | No | 顺序索引(不传则自动追加到末尾) | |
| pipeline_id | Yes | Pipeline ID |