Aller au contenu

set_duplicate_status_bulk

Set ONE triage status across MANY duplicate groups at once (coarse triage). Body {source_values[], status, note?}. Intentionally NO files_modified (a single status over many groups). Use it to bulk-mark a batch as allowed (sanctioned) or to_fix; use the per-group set_duplicate_status for anything that records code changes.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
source_valuesarrayrequisThe shared source values identifying the duplicate groups.
statusstringrequisNew triage status applied to every listed group (neutral clears the override). (neutral, allowed, to_fix, resolved)
notestringoptionnelOptional human/agent note (same on all).
{
"tool": "set_duplicate_status_bulk",
"arguments": {
"source_values": [],
"status": "neutral"
}
}