AxJudgeResult
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/dsp/judge.ts#L30
Result from a single evaluation.
Properties
| Property | Type | Description |
|---|---|---|
mode | AxJudgeMode | Which evaluation mode was used |
qualityTier? | string | Quality tier in reference-free mode |
reasoning | string | Explanation for the score |
score | number | Score from 0 to 1 |
winner? | "student" | "teacher" | "tie" | Winner in relativistic mode |