createScoreConfig
Define validation rules for scoring, supporting numeric ranges, categorical values, and boolean types.
Instructions
Create a score configuration that defines validation rules for scores. Supports numeric ranges, categorical values, and boolean types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique name for the score configuration | |
| dataType | Yes | Type of score values this config accepts | |
| minValue | No | Minimum allowed value (NUMERIC only) | |
| maxValue | No | Maximum allowed value (NUMERIC only) | |
| categories | No | Category definitions (CATEGORICAL only) | |
| description | No | Description of what this score measures |