langchain.js
    Preparing search index...

    Interface RunEvaluator

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

    Implemented by

    Index

    Methods

    Methods