Langfuse JS/TS SDKs
    Preparing search index...

    Type Alias LangfuseContext

    type LangfuseContext = {
        metadata?: Record<string, unknown>;
        prompt?: LangfusePrompt;
    }
    Index

    Properties

    Properties

    metadata?: Record<string, unknown>

    Metadata attached to AI SDK observations created by this integration. Trace-level user, session, tags, trace name, and metadata should be set with propagateAttributes from @langfuse/tracing.