Files
Skald-Circle/src/core/chatbot/mod.rs
T
2026-07-10 15:02:09 +01:00

8 lines
223 B
Rust

pub mod logging;
// Re-export from the independent llm-client crate.
pub use llm_client::{
ChatOptions, ChatResponse, ChatbotClient, LlmRawMeta, LlmTurn, Message, ToolCall,
anthropic, lm_studio, ollama, openai,
};