Skip to main content

rig_core/tool/builtin/
mod.rs

1//! Built-in tools shipped with `rig` that agents can use out of the box.
2
3pub mod think;
4pub use think::ThinkTool;