mirror of
https://github.com/openai/codex.git
synced 2026-06-02 19:31:59 +00:00
codex: assert serialized v1 namespace tool order
This commit is contained in:
@@ -235,11 +235,11 @@ async fn remote_multi_agent_version_selector_overrides_feature_flags() -> Result
|
||||
assert_eq!(
|
||||
namespace_child_tool_names(&v1_body, "multi_agent_v1"),
|
||||
vec![
|
||||
"spawn_agent".to_string(),
|
||||
"send_input".to_string(),
|
||||
"resume_agent".to_string(),
|
||||
"wait_agent".to_string(),
|
||||
"close_agent".to_string(),
|
||||
"resume_agent".to_string(),
|
||||
"send_input".to_string(),
|
||||
"spawn_agent".to_string(),
|
||||
"wait_agent".to_string(),
|
||||
]
|
||||
);
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user