set_default_variant
Promote one variant to the group's default and demote every other variant in one atomic update.
Promote one variant to the group's default and demote every other variant in one atomic update.
Writes data · Idempotent · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after user approval |
group_id | number | Yes | Variable group id |
variant_id | number | Yes | Variant id to make default |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"group_id": 0,
"variant_id": 0
}
What's next?
Last updated on