test(agent-variant): restore hephaestus openai case
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -115,7 +115,7 @@ describe("resolveVariantForModel", () => {
|
|||||||
test("returns correct variant for openai provider (hephaestus agent)", () => {
|
test("returns correct variant for openai provider (hephaestus agent)", () => {
|
||||||
// #given hephaestus has openai/gpt-5.3-codex with variant "medium" in its chain
|
// #given hephaestus has openai/gpt-5.3-codex with variant "medium" in its chain
|
||||||
const config = {} as OhMyOpenCodeConfig
|
const config = {} as OhMyOpenCodeConfig
|
||||||
const model = { providerID: "openai", modelID: "gpt-5.4" }
|
const model = { providerID: "openai", modelID: "gpt-5.3-codex" }
|
||||||
|
|
||||||
// #when
|
// #when
|
||||||
const variant = resolveVariantForModel(config, "hephaestus", model)
|
const variant = resolveVariantForModel(config, "hephaestus", model)
|
||||||
|
|||||||
Reference in New Issue
Block a user