Re-exports§
pub use provider::LlamaClient;pub use provider::OpenAIClient;pub use types::ChatMessage;pub use types::ChatRequest;pub use types::ChatResponse;pub use types::Role;
Modules§
Enums§
- LlmError
- Errors that can occur during LLM operations
Traits§
- Chat
Client - Generic trait for LLM chat clients
Type Aliases§
- LlmResult
- Result type for LLM operations
- Text
Stream - Stream of text chunks from LLM