Interface Span<TData>


public interface Span<TData>
Span

Tracing span for observability.

Source: https://github.com/openai/openai-agents-js/blob/main/packages/agents-core/src/tracing/spans.ts

  • Method Details

    • getSpanId

      String getSpanId()
    • getTraceId

      String getTraceId()
    • end

      void end()