mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
Merge 7732b60344 into sapling-pr-archive-bolinfest
This commit is contained in:
@@ -414,6 +414,11 @@ fn model_provided_unified_exec_is_blocked_for_windows_sandboxed_policies() {
|
||||
assert_eq!(config.shell_type, expected_shell_type);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn extracted_spec_tests_can_resolve_wait_tool_helper() {
|
||||
assert_eq!(tool_name(&create_wait_tool()), "wait");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_full_toolset_specs_for_gpt5_codex_unified_exec_web_search() {
|
||||
let model_info = model_info_from_models_json("gpt-5-codex");
|
||||
|
||||
Reference in New Issue
Block a user