Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluationRuleAssignment

    Evaluation-rule assignment associated with this evaluator.

    interface EvaluationRuleAssignment {
        evaluationRuleId: string;
        variableMappingOverride?: PromptVariableMapping[];
    }
    Index

    Properties

    evaluationRuleId: string

    Stable identifier of the assigned evaluation rule.

    variableMappingOverride?: PromptVariableMapping[]

    Rule-specific variable mapping override. Omitted when the evaluator's latest default mapping is inherited. Legacy mappings use the explicit legacy variant.