Contents

EvaluationError.missingTranscript(evaluatorType:)

An evaluator received a subject without the required transcript.

Declaration

case missingTranscript(evaluatorType: String)

Discussion

This occurs when using ToolCallEvaluator with a ModelSubject that has a nil transcript. Pass session.transcript.structuredTranscript when creating the ModelSubject.