Module provider

Module provider 

Source
Expand description

AI Provider trait and configuration.

Defines the interface that AI backends must implement.

Structs§

GenerationRequest
Request for code generation.
GenerationResponse
Response from code generation.
MockProvider
A mock provider for testing.
ProviderConfig
Configuration for an AI provider.
StreamResponse
A single chunk of a streaming response.

Traits§

AiProvider
Trait that AI providers must implement.