change-web-search

This commit is contained in:
Ahmed Ibrahim
2025-10-15 16:07:30 -07:00
parent b02f9bdcd4
commit 8c0c326aad
2 changed files with 5 additions and 4 deletions

View File

@@ -2217,7 +2217,7 @@ model_verbosity = "high"
base_instructions: None,
include_plan_tool: false,
include_apply_patch_tool: false,
tools_web_search_request: false,
tools_web_search_request: true,
use_experimental_streamable_shell_tool: false,
use_experimental_unified_exec_tool: false,
use_experimental_use_rmcp_client: false,
@@ -2281,7 +2281,7 @@ model_verbosity = "high"
base_instructions: None,
include_plan_tool: false,
include_apply_patch_tool: false,
tools_web_search_request: false,
tools_web_search_request: true,
use_experimental_streamable_shell_tool: false,
use_experimental_unified_exec_tool: false,
use_experimental_use_rmcp_client: false,
@@ -2360,7 +2360,7 @@ model_verbosity = "high"
base_instructions: None,
include_plan_tool: false,
include_apply_patch_tool: false,
tools_web_search_request: false,
tools_web_search_request: true,
use_experimental_streamable_shell_tool: false,
use_experimental_unified_exec_tool: false,
use_experimental_use_rmcp_client: false,
@@ -2425,7 +2425,7 @@ model_verbosity = "high"
base_instructions: None,
include_plan_tool: false,
include_apply_patch_tool: false,
tools_web_search_request: false,
tools_web_search_request: true,
use_experimental_streamable_shell_tool: false,
use_experimental_unified_exec_tool: false,
use_experimental_use_rmcp_client: false,

View File

@@ -1158,6 +1158,7 @@ mod tests {
&tools,
&[
"unified_exec",
"web_search",
"view_image",
"test_server/cool",
"test_server/do",