pub type ToolMap = HashMap<String, Arc<dyn Tool>>;Available on crate features
agents and codeact only.Expand description
A tool lookup table keyed by tool name.
Aliased Typeยง
pub struct ToolMap { /* private fields */ }