add_comment
Add a comment to a task's discussion thread for customer-visible communication, with options for internal-only visibility and author attribution (human or AI).
Instructions
Add a comment to a task's discussion thread. Unlike work notes (progress journal), comments are for communication and are customer-visible by default. Set author_kind="human" when relaying the user's words; use "ai" (default) for your own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | The comment text | |
| task_id | Yes | The ID of the task to comment on | |
| author_kind | No | Who authored this comment: "ai" (default) or "human" (relaying the user). | |
| is_internal | No | Whether the comment is internal-only (hidden from customers). Defaults to false. |