Langfuse JS/TS SDKs
    Preparing search index...

    Type Alias RunnerContextOptions<Input, ExpectedOutput, Metadata>

    type RunnerContextOptions<
        Input = any,
        ExpectedOutput = any,
        Metadata extends Record<string, any> = Record<string, any>,
    > = {
        client: LangfuseClient;
        data?: ExperimentItem<Input, ExpectedOutput, Metadata>[];
        datasetVersion?: string;
        metadata?: Record<string, any>;
    }

    Type Parameters

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

    Properties

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