Re-exports§
pub use core::Message;
pub use core::MessageVecExt;
pub use models::implementations::Gemma3Model;
pub use models::implementations::Gemma3Size;
pub use models::implementations::ModernBertModel;
pub use models::implementations::ModernBertSize;
pub use models::implementations::Qwen3Model;
pub use models::implementations::Qwen3Size;
Modules§
Macros§
Attribute Macros§
- tool
- Attribute macro
#[tool]
that turns a nice Rust function into aTool
.