mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
codex: fix CI failure on PR #29602
This commit is contained in:
@@ -101,6 +101,7 @@ model_provider = "mock_provider"
|
||||
name = "Mock provider for test"
|
||||
base_url = "{server_uri}/v1"
|
||||
wire_api = "responses"
|
||||
namespace_tools = true
|
||||
request_max_retries = 0
|
||||
stream_max_retries = 0
|
||||
"#
|
||||
|
||||
@@ -883,7 +883,7 @@ async fn namespace_tools_disabled_rejects_flat_alias_collision_with_plain_tool()
|
||||
},
|
||||
ToolPlanInputs {
|
||||
dynamic_tools: vec![dynamic_tool(
|
||||
None,
|
||||
/*namespace*/ None,
|
||||
"agents__spawn_agent",
|
||||
// This plain runtime is not discoverable with search disabled,
|
||||
// but its exact registry name would still steal the alias.
|
||||
|
||||
Reference in New Issue
Block a user