Langfuse JS/TS SDKs
    Preparing search index...

    Class RunnerContext<Input, ExpectedOutput, Metadata>

    Wraps langfuse.experiment.run with CI-injected defaults.

    Intended for use with the langfuse/experiment-action GitHub Action. Defaults set here are applied when the caller omits them on the runExperiment call, while explicit call-time values still win.

    Type Parameters

    • Input = any
    • ExpectedOutput = any
    • Metadata extends Record<string, any> = Record<string, any>
    Index

    Constructors

    Properties

    datasetVersion?: string
    metadata?: Record<string, any>

    Methods