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

Hierarchy (view full)

Implemented by

Properties

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