Skip to main content

Module llm

Module llm 

Source

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§

provider
types

Enums§

LlmError
Errors that can occur during LLM operations

Traits§

ChatClient
Generic trait for LLM chat clients

Type Aliases§

LlmResult
Result type for LLM operations
TextStream
Stream of text chunks from LLM