1 2 3 4
// Tools module re-exports individual tool implementations. // Each tool implements Tool so it can be registered into Tools' static set. pub mod calculator; pub mod provider_web_search;