Expand description
AI Provider trait and configuration.
Defines the interface that AI backends must implement.
Structs§
- Generation
Request - Request for code generation.
- Generation
Response - Response from code generation.
- Mock
Provider - A mock provider for testing.
- Provider
Config - Configuration for an AI provider.
- Stream
Response - A single chunk of a streaming response.
Traits§
- AiProvider
- Trait that AI providers must implement.