fix: sanitize provider tool names
This commit is contained in:
2
third_party/zeroclaw/src/tools/mod.rs
vendored
2
third_party/zeroclaw/src/tools/mod.rs
vendored
@@ -204,7 +204,7 @@ pub use text_browser::TextBrowserTool;
|
||||
pub use tool_search::ToolSearchTool;
|
||||
pub use traits::Tool;
|
||||
#[allow(unused_imports)]
|
||||
pub use traits::{ToolResult, ToolSpec};
|
||||
pub use traits::{provider_safe_tool_name, ToolResult, ToolSpec};
|
||||
pub use verifiable_intent::VerifiableIntentTool;
|
||||
pub use weather_tool::WeatherTool;
|
||||
pub use web_fetch::WebFetchTool;
|
||||
|
||||
Reference in New Issue
Block a user