answer_task_decision
Record the answer to a decision comment. Usually the human replies via the dashboard or sonenta tasks answer; this tool lets an agent record a choice too. A dashboard answer already recorded is authoritative and is NOT overwritten.
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. |
comment_id | string | required | The decision comment's uuid. |
choice_id | string | required | The chosen option's id. |
Example
Section titled “Example”{ "tool": "answer_task_decision", "arguments": { "task_id": "<task_id>", "comment_id": "<comment_id>", "choice_id": "<choice_id>" }}