interface DatadogLLMObsTracerFields {
    ddApiKey?: string;
    ddLLMObsEndpoint?: string;
    env?: string;
    formatDocument?: FormatDocument<Record<string, any>>;
    ignoreAgent?: boolean;
    ignoreChain?: boolean;
    ignoreCustomEvent?: boolean;
    ignoreLLM?: boolean;
    ignoreRetriever?: boolean;
    mlApp: string;
    raiseError?: boolean;
    service?: string;
    sessionId?: string;
    tags?: Record<string, undefined | string>;
    userHandle?: string;
    userId?: string;
}

Hierarchy

  • BaseCallbackHandlerInput
    • DatadogLLMObsTracerFields

Implemented by

Properties

ddApiKey?: string
ddLLMObsEndpoint?: string
env?: string
formatDocument?: FormatDocument<Record<string, any>>
ignoreAgent?: boolean
ignoreChain?: boolean
ignoreCustomEvent?: boolean
ignoreLLM?: boolean
ignoreRetriever?: boolean
mlApp: string
raiseError?: boolean
service?: string
sessionId?: string
tags?: Record<string, undefined | string>
userHandle?: string
userId?: string