EvalRunTriggerRequest
Request to trigger an eval run immediately.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
modelId |
no | string |
Model identifier to record for this run. If not given, the model in the agent’s current definition is used. | — |
numRepetitions |
no | integer (int32) |
Number of times to repeat each case to measure its stability. If not given, 1. | pattern `^-?(?:0\ |
agentVersion |
no | integer (int32) |
Definition version to measure for this run. If not given, the agent’s current version is used. Rejected with 400 for code-sourced agents (no version history). | pattern `^-?(?:0\ |