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.
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. |
source_values | array | requis | The shared source values identifying the duplicate groups. |
status | string | requis | New triage status applied to every listed group (neutral clears the override). (neutral, allowed, to_fix, resolved) |
note | string | optionnel | Optional human/agent note (same on all). |
{ "tool": "set_duplicate_status_bulk", "arguments": { "source_values": [], "status": "neutral" }}