From 920a1faaef98fcbbe83378e45e3755ab327da273 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 15 Oct 2025 16:09:16 -0700 Subject: [PATCH] change-web-search --- codex-rs/core/src/tools/router.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/codex-rs/core/src/tools/router.rs b/codex-rs/core/src/tools/router.rs index ce79f92255..24e93e2192 100644 --- a/codex-rs/core/src/tools/router.rs +++ b/codex-rs/core/src/tools/router.rs @@ -49,10 +49,6 @@ impl ToolRouter { } pub fn allowed_tools(&self) -> Vec { - // return vector of "tools": [ - // { "type": "function", "name": "get_weather" }, - //{ "type": "function", "name": "search_docs" } - //] self.specs .iter() .map(|config| {