Re-exports§
pub use crate::runtime::tool_call::ToolResult;pub use crate::runtime::tool_call::ToolStatus;
Structs§
- Inference
Error - Inference error emitted by the loop and consumed by telemetry plugins.
- LLMResponse
- LLM response extension: set after inference completes (success or error).
- Stream
Result - Result of stream collection used by runtime and plugin phase contracts.
- Token
Usage - Provider-neutral token usage.
Enums§
- Stop
Reason - Why the LLM stopped generating output.