enable unified exec for experiments (#7118)

This commit is contained in:
Ahmed Ibrahim
2025-11-21 13:10:01 -08:00
committed by GitHub
parent 8ecaad948b
commit d5f661c91d
3 changed files with 34 additions and 1 deletions

View File

@@ -1426,6 +1426,24 @@ mod tests {
);
}
#[test]
fn test_exp_5_1_defaults() {
assert_model_tools(
"exp-5.1",
&Features::with_defaults(),
&[
"exec_command",
"write_stdin",
"list_mcp_resources",
"list_mcp_resource_templates",
"read_mcp_resource",
"update_plan",
"apply_patch",
"view_image",
],
);
}
#[test]
fn test_codex_mini_unified_exec_web_search() {
assert_model_tools(