Skip to main content

Module provider

Module provider 

Source
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§

Capabilities
Provider capabilities.
ProviderRequest
Opaque provider-specific request.
ProviderResponse
Opaque provider-specific response.
RetryConfig
Retry configuration for failed requests.

Traits§

Provider
Trait for LLM providers.

Type Aliases§

Headers
Type alias for HTTP headers (key-value pairs with static lifetime strings)