validate_pilot_configuration
Check pilot configurations for validity before deployment, returning status with warnings and errors to prevent faulty benchmarking runs.
Instructions
Validate a pilot configuration before deployment. Returns valid status with warnings and errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configuration | No | Pilot configuration object (JSON) — see list_pilot_options for available metrics, eval families, and benchmark classes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | ||
| errors | Yes | ||
| message | No | ||
| warnings | Yes |