Interface LLMObsEnableOptions

Options for enabling LLM Observability tracing.

interface LLMObsEnableOptions {
    agentlessEnabled?: boolean;
    mlApp?: string;
}

Properties

agentlessEnabled?: boolean

Set to true to disbale sending data that requires a Datadog Agent.

mlApp?: string

The name of your ML application.

Generated using TypeDoc