Expand description
LLM span definitions following OpenTelemetry GenAI semantic conventions.
Structs§
- Chat
Message - Chat message for conversational models.
- LlmOutput
- LLM output (completion).
- LlmSpan
- Represents a single LLM operation (request/response) as an OpenTelemetry span.
- LlmSpan
Builder - Builder for creating LlmSpan instances.
- Span
Event - Event recorded during span execution.
Enums§
- Content
Part - Content part for multimodal inputs.
- LlmInput
- LLM input (prompt).
- Span
Status - Span status following OpenTelemetry conventions.