Package ai.acolite.agentsdk.core.tracing
Class CustomSpanData
java.lang.Object
ai.acolite.agentsdk.core.tracing.CustomSpanData
- All Implemented Interfaces:
SpanData
Span data for custom user-defined events.
Allows users to add custom spans to traces with arbitrary metadata. Useful for tracking application-specific operations and workflows.
Ported from TypeScript OpenAI Agents SDK Source: tracing/spans.ts
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomSpanData
public CustomSpanData()
-
-
Method Details