list_task_comments
The task's discussion thread - comments + decision requests, each with its answer when one was recorded. Poll this to see a human's reply to a decision you posted (the human answers in the dashboard, or in the terminal with sonenta tasks answer). READ-ONLY, 0 credits.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
task_id | string | required | The task's uuid or its short per-project number. |
Example
Section titled “Example”{ "tool": "list_task_comments", "arguments": { "task_id": "<task_id>" }}