validate_pilot_configuration
Validate pilot configurations pre-deployment to catch invalid settings and receive actionable warnings/errors.
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 |