Package ai.acolite.agentsdk.core.tracing
Class GenerationSpanData
java.lang.Object
ai.acolite.agentsdk.core.tracing.GenerationSpanData
- All Implemented Interfaces:
SpanData
Span data for LLM generation calls.
Captures model inputs, outputs, configuration, and token usage for each call to the language model.
Ported from TypeScript OpenAI Agents SDK Source: tracing/spans.ts
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GenerationSpanData
public GenerationSpanData()
-
-
Method Details