EvaluationError.missingTranscript(evaluatorType:)
An evaluator received a subject without the required transcript.
Declaration
case missingTranscript(evaluatorType: String)Parameters
- evaluatorType:
The concrete type name of the evaluator that requires a transcript.
Discussion
This occurs when using ToolCallEvaluator with a ModelSubject that has a nil transcript. Pass session.transcript.structuredTranscript when creating the ModelSubject.