You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several evaluators paired actual and expected invocations with a plain zip, so extra turns were silently dropped and a truncated run could still pass. The rubric parser likewise discarded incomplete fields, and empty multi-turn inputs could crash. This validates invocation counts and pairs strictly, rejects partially parsed rubric responses, and returns a not-evaluated result for empty multi-turn inputs.
Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 949253981
0 commit comments