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.
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
task_id | string | requis | The task's uuid or its short per-project number. |
comment_id | string | requis | The decision comment's uuid. |
choice_id | string | requis | The chosen option's id. |
{ "tool": "answer_task_decision", "arguments": { "task_id": "<task_id>", "comment_id": "<comment_id>", "choice_id": "<choice_id>" }}