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
agent: tests — cover per-tool-model rollups and error-tool-call grounding (#102)
Addresses both CodeRabbit nitpicks on PR #100 (additive changes to the
new test file only):
- test_score_run_produces_per_tool_model_rollups: two competitors, one
with an explicit `id:provider/model` tool_model_key, asserting specific
by_tool_model_key totals/scored/pending counts in the returned rollups
and the persisted scoring-rollups.json. Adapted from CodeRabbit's
template: the real rollup key is `by_tool_model_key`, not
`by_tool_model`.
- test_score_run_does_not_count_error_tool_calls_as_grounding_evidence:
a transcript whose only tool call has is_error: True does not set
grounding_evidence_present, in the scoring record or the queue entry.
Refs #63.
0 commit comments