Is your feature request related to a problem?
Evaluation v2 run rows currently show a score and a reason, but there's no quick at-a-glance signal of pass/fail/borderline status. Users have to interpret the raw score themselves to judge each row's outcome, which slows down scanning results.
Describe the solution you'd like
- Add a
verdict field to each row of an Evaluation v2 run, alongside the existing score and reason
- Map verdict from the 0–1 score as follows:
0 ≤ score < 0.3 → Needs Improvement
0.3 ≤ score < 0.6 → Needs Refinement
0.6 ≤ score ≤ 1 → Good
- Display verdict alongside score and reason wherever evaluation run rows are shown
Is your feature request related to a problem?
Evaluation v2 run rows currently show a score and a reason, but there's no quick at-a-glance signal of pass/fail/borderline status. Users have to interpret the raw score themselves to judge each row's outcome, which slows down scanning results.
Describe the solution you'd like
verdictfield to each row of an Evaluation v2 run, alongside the existingscoreandreason0 ≤ score < 0.3→ Needs Improvement0.3 ≤ score < 0.6→ Needs Refinement0.6 ≤ score ≤ 1→ Good