fix(ai): update OpenAI Codex model list
This commit is contained in:
@@ -317,10 +317,10 @@ describe("Tool Call Without Result Tests", () => {
|
||||
|
||||
describe("OpenAI Codex Provider", () => {
|
||||
it.skipIf(!openaiCodexToken)(
|
||||
"gpt-5.2-codex - should filter out tool calls without corresponding tool results",
|
||||
"gpt-5.5 - should filter out tool calls without corresponding tool results",
|
||||
{ retry: 3, timeout: 30000 },
|
||||
async () => {
|
||||
const model = getModel("openai-codex", "gpt-5.2-codex");
|
||||
const model = getModel("openai-codex", "gpt-5.5");
|
||||
await testToolCallWithoutResult(model, { apiKey: openaiCodexToken });
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user