The request for the alignment evaluation.

interface EvaluateOptions {
    answer: string;
    groundTruth: string;
    question: string;
}

Properties

answer: string

The generated answer.

groundTruth: string

The ground truth answer to the question.

question: string

The question for which the answer was generated.