task_comment
Add a free-form comment to a task's chronological log. Use to record progress notes, intermediate findings, or context for any agent.
Instructions
Add a free-form comment to a task's chronological log.
Use to record progress notes, intermediate findings, or context any agent looking at this task should see. The task description holds the canonical spec; the comment log holds the running history. Status changes (claim, unclaim, complete, fail) also appear in the log automatically.
Args: task_id: ID of the task to comment on. body: Comment text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text. | |
| task_id | Yes | ID of the task to comment on. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |