Expand description
Provider trait and types.
Defines the interface for LLM providers with transformation hooks.
Modules§
- headers
- Common HTTP header names (static to avoid allocations)
Structs§
- Provider
Request - Opaque provider-specific request.
- Provider
Response - Opaque provider-specific response.
Traits§
- Provider
- Trait for LLM providers.
Type Aliases§
- Headers
- Type alias for HTTP headers (key-value pairs with static lifetime strings)