fix(ai): update OpenAI Codex model list
This commit is contained in:
@@ -114,7 +114,7 @@ describe("responseId E2E Tests", () => {
|
||||
|
||||
describe("OpenAI Codex Provider", () => {
|
||||
it.skipIf(!openaiCodexToken)("should expose responseId", { retry: 3, timeout: 30000 }, async () => {
|
||||
const llm = getModel("openai-codex", "gpt-5.2-codex");
|
||||
const llm = getModel("openai-codex", "gpt-5.5");
|
||||
await expectResponseId(llm, { apiKey: openaiCodexToken });
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user