request_handoff
Request to transfer a task to another agent. The target agent must accept or reject the handoff. Only the task owner or creator can initiate.
Instructions
请求任务交接。将任务转交给另一个 Agent。目标 Agent 需要调用 accept_handoff 或 reject_handoff。只有负责人或创建者可以发起交接。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | 要交接的任务 ID | |
| target_agent_id | Yes | 目标 Agent ID(交接对象) |