RatingScale¶
Union Type¶
RatingScale
module-attribute
¶
RatingScale = Union[RatingScaleNumerical | RatingScaleCategorical | RatingScaleUnknown]
The rating scale that defines how evaluators should score agent performance, supporting both numerical and categorical scales.
Union Member Types¶
RatingScaleNumerical
dataclass
¶
The numerical rating scale with defined score values and descriptions for quantitative evaluation.