langchain.js
    Preparing search index...
    interface DatadogLLMObsTracerFields {
        ddApiKey?: string;
        ddLLMObsEndpoint?: string;
        env?: string;
        formatDocument?: FormatDocument<Record<string, any>>;
        mlApp: string;
        service?: string;
        sessionId?: string;
        tags?: Record<string, undefined | string>;
        userHandle?: string;
        userId?: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    ddApiKey?: string
    ddLLMObsEndpoint?: string
    env?: string
    formatDocument?: FormatDocument<Record<string, any>>
    mlApp: string
    service?: string
    sessionId?: string
    tags?: Record<string, undefined | string>
    userHandle?: string
    userId?: string