pub fn check_turn(state: &State, heard: &str) -> Option<VerbatimVerdict>Expand description
Check a finished model turn against the active verbatim requirement, if
any, and record the verdict in state. heard is the turn’s output
transcript; an empty transcript checks nothing.