mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
feat: drop agent ID from v2 (#17005)
This commit is contained in:
@@ -73,7 +73,7 @@ fn spawn_agent_tool_v2_requires_task_name_and_lists_visible_models() {
|
||||
);
|
||||
assert_eq!(
|
||||
output_schema.expect("spawn_agent output schema")["required"],
|
||||
json!(["agent_id", "task_name", "nickname"])
|
||||
json!(["task_name", "nickname"])
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user