Langfuse JS/TS SDKs
    Preparing search index...

    Interface LegacyPromptVariableMapping

    Deprecated: Connects one prompt variable to data from a trace, dataset item, or named observation in a legacy rule.

    interface LegacyPromptVariableMapping {
        jsonPath?: string;
        langfuseObject: unstable.LegacyEvaluationObject;
        objectName: null | string;
        source: string;
        variable: string;
    }
    Index

    Properties

    jsonPath?: string
    objectName: null | string

    Observation name to match, or null when langfuseObject is trace or dataset_item.

    source: string
    variable: string