Interface RunEvaluator

interface RunEvaluator {
    evaluateRun(
        run: Run,
        example?: Example,
        options?: Partial<RunTreeConfig>,
    ): Promise<EvaluationResult | EvaluationResults>;
}

Implemented by

Methods

Methods