invariance_eval_suite_run
Execute an evaluation suite against a specified target agent or recipe and store per-case results for further analysis.
Instructions
Kick off an eval run: executes every case in the suite against a target (agent / recipe / inline override) and stores per-case results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | RunEvalSuiteRequest as a JSON object string. All fields optional — empty {} uses suite defaults. Fields: target (object — {"kind":"agent","agent_id":"agt_..."} or {"kind":"recipe","recipe_id":"rcp_..."}), metadata (object), case_ids (string[] — restrict to a subset). Example: {"target":{"kind":"agent","agent_id":"agt_abc"}} | |
| suite_id | Yes |