update_task_status
Update task execution status with real-time notification to the initiator. Report progress, completion, or failure with details.
Instructions
更新任务执行状态,自动实时通知发起方。支持中途汇报进度(in_progress + progress)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | 任务 ID | |
| agent_id | Yes | 执行方 Agent ID | |
| status | Yes | ||
| result | No | 执行结果或错误信息 | |
| progress | No | 完成百分比,0-100 |