Aller au contenu

complete_task

CLOSE a task with a structured completion QA survey - the preferred way to finish, instead of a free-form note. Fill it CONCISELY (no essay): a verdict, a one-line summary, metrics (numbers → a table), the QA checks you verified, a short journal, and follow_ups. The verdict sets the status: resolved/partial → done, not_applicable → dismissed, blocked → stays in_progress with the report attached.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
task_idstringrequisThe task's uuid or its #number.
verdictstringrequisThe outcome, in one word. (resolved, partial, blocked, not_applicable)
summarystringrequisONE sentence: what you did.
confidencestringoptionnelYour OVERALL confidence in the work (distinct from per-key translation confidence). (high, medium, low)
metricsarrayoptionnelThe countable results - renders as a table.
checksarrayoptionnelThe QA gates you verified (choose the ones relevant to the task type: placeholders preserved, glossary followed, plurals correct, scope respected, build/tests green…).
journalarrayoptionnelShort one-line actions - the precise work trace.
follow_upsarrayoptionnelOut-of-scope / left to do, each optionally linked to a task.
{
"tool": "complete_task",
"arguments": {
"task_id": "<task_id>",
"verdict": "resolved",
"summary": "<summary>"
}
}