change-web-search

This commit is contained in:
Ahmed Ibrahim
2025-10-15 16:09:16 -07:00
parent 8c0c326aad
commit 920a1faaef

View File

@@ -49,10 +49,6 @@ impl ToolRouter {
}
pub fn allowed_tools(&self) -> Vec<serde_json::Value> {
// return vector of "tools": [
// { "type": "function", "name": "get_weather" },
//{ "type": "function", "name": "search_docs" }
//]
self.specs
.iter()
.map(|config| {