@microsoft/opentelemetry
    Preparing search index...

    Interface OpenAIAgentsInstrumentationConfig

    Configuration for OpenAI Agents SDK instrumentation.

    interface OpenAIAgentsInstrumentationConfig {
        suppressInvokeAgentInput?: boolean;
        tracerName?: string;
        tracerVersion?: string;
    }

    Hierarchy

    • InstrumentationConfig
      • OpenAIAgentsInstrumentationConfig
    Index

    Properties

    suppressInvokeAgentInput?: boolean

    When true, the gen_ai.input.messages attribute will be suppressed on InvokeAgent scope spans.

    false
    
    tracerName?: string

    Custom tracer name.

    tracerVersion?: string

    Custom tracer version.