Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluationRuleEvaluatorAssignmentInput

    interface EvaluationRuleEvaluatorAssignmentInput {
        evaluatorId: string;
        variableMapping?: null | PromptVariableMappingInput[];
    }
    Index

    Properties

    evaluatorId: string

    Stable evaluator identifier. The rule automatically uses that evaluator's latest version.

    variableMapping?: null | PromptVariableMappingInput[]

    Rule-specific prompt-variable mapping.

    Set to null or omit to inherit the evaluator's latest default mapping. Code evaluators use the fixed runtime mapping and should use null.