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.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
source_values | array | required | The shared source values identifying the duplicate groups. |
status | string | required | New triage status applied to every listed group (neutral clears the override). (neutral, allowed, to_fix, resolved) |
note | string | optional | Optional human/agent note (same on all). |
Example
Section titled “Example”{ "tool": "set_duplicate_status_bulk", "arguments": { "source_values": [], "status": "neutral" }}