Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluatorAssignment

    interface EvaluatorAssignment {
        evaluatorId: string;
        variableMapping: null | PromptVariableMapping[];
    }
    Index

    Properties

    evaluatorId: string

    Stable identifier of the evaluator associated with this rule.

    variableMapping: null | PromptVariableMapping[]

    Stored rule-specific override, or null when the evaluator's latest default mapping is inherited. Legacy mappings are returned as an explicit legacy variant.