We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c70cb3 commit ec3dbd2Copy full SHA for ec3dbd2
1 file changed
src/agents/openai-codex-models-add-legacy.test.ts
@@ -1,7 +1,8 @@
1
import { describe, expect, it } from "vitest";
2
+import type { ModelDefinitionConfig } from "../config/types.models.js";
3
import { isLegacyModelsAddCodexMetadataModel } from "./openai-codex-models-add-legacy.js";
4
-function buildLegacyModel(id: string) {
5
+function buildLegacyModel(id: string): Partial<ModelDefinitionConfig> {
6
return {
7
id,
8
api: "openai-codex-responses",
0 commit comments