Replace Eval Rubrics
replaceEvalRubricsReplace a build's entire Agent-specific evaluation rubric set in one call (at most 5 rubrics). Existing custom rubrics are removed and the supplied list becomes the new set; pass an empty array to clear them. Defaults to the Agent's live build; pass build_id to target a specific revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | The agent's unique identifier (Assignment ID) | |
| rubrics | Yes | The complete custom rubric set for the build. Replaces every existing custom rubric; pass an empty array to clear them. | |
| build_id | No | Replace the custom rubrics on this build (revision). Defaults to the agent's live build when omitted. | |
| selected_automation_revision_id | No | The automation revision this edit is being made at. Pass a draft and the edit is folded into that draft itself; pass the active revision and the edit lands on a draft branched from it. A historic revision is rejected — it cannot be activated from without an explicit rebase. A revision belonging to a different automation is ignored, and the edit targets the automation the addressed agent belongs to. Omit to target the automation's active revision. |