Expand description
Normalized LLM response types produced by response codecs.
This module defines AnnotatedLlmResponse and its supporting types
for structured, API-agnostic access to LLM response data.
Structs§
- Annotated
LlmResponse - Structured view of an LLM response, produced by a response codec from raw JSON API output.
- Response
Tool Call - A tool call requested by the model in its response.
- Usage
- Token usage statistics from an LLM API response.
Enums§
- ApiSpecific
Response - API-specific response data that cannot be normalized across providers.
- Finish
Reason - Normalized reason why the model stopped generating.