pub fn grade_transcript_check(
assertion: &AssertionTranscriptCheck,
invocations: &[ToolInvocation],
) -> AssertionResultExpand description
Grade a transcript_check assertion against a run’s tool invocations,
covering the empty-invocations, unsupported-kind, missing-pattern,
invalid-regex, match, and no-match branches.