| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | [optional] | |
| key | String | ||
| maintainerId | String | [optional] | |
| maintainerTeamKey | String | [optional] | |
| mode | ModeEnum | [optional] | |
| name | String | ||
| tags | List<String> | [optional] | |
| defaultVariation | AIConfigVariationPost | [optional] | |
| evaluationMetricKey | String | Evaluation metric key for this AI Config | [optional] |
| isInverted | Boolean | Whether the evaluation metric is inverted, meaning a lower value is better if set as true | [optional] |
| Name | Value |
|---|---|
| AGENT | "agent" |
| COMPLETION | "completion" |
| JUDGE | "judge" |