Skip to content

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.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
task_idstringrequiredThe task's uuid or its short per-project number.
comment_idstringrequiredThe decision comment's uuid.
choice_idstringrequiredThe chosen option's id.
{
"tool": "answer_task_decision",
"arguments": {
"task_id": "<task_id>",
"comment_id": "<comment_id>",
"choice_id": "<choice_id>"
}
}