fix(test): update agent-variant test model to gpt-5.4
This commit is contained in:
@@ -179,7 +179,7 @@ describe("resolveVariantForModel", () => {
|
|||||||
"custom-agent": { category: "ultrabrain" },
|
"custom-agent": { category: "ultrabrain" },
|
||||||
},
|
},
|
||||||
} as OhMyOpenCodeConfig
|
} as OhMyOpenCodeConfig
|
||||||
const model = { providerID: "openai", modelID: "gpt-5.3-codex" }
|
const model = { providerID: "openai", modelID: "gpt-5.4" }
|
||||||
|
|
||||||
// when
|
// when
|
||||||
const variant = resolveVariantForModel(config, "custom-agent", model)
|
const variant = resolveVariantForModel(config, "custom-agent", model)
|
||||||
|
|||||||
Reference in New Issue
Block a user