mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
test(agents): align pdf default model expectation
This commit is contained in:
@@ -180,7 +180,7 @@ describe("resolvePdfModelConfigForTool", () => {
|
||||
} as OpenClawConfig;
|
||||
|
||||
expect(resolvePdfModelConfigForTool({ cfg, agentDir: TEST_AGENT_DIR })).toEqual({
|
||||
primary: "openai/gpt-5.4-mini",
|
||||
primary: "openai/gpt-5.5",
|
||||
fallbacks: ["minimax/MiniMax-M2.7", "minimax-portal/MiniMax-M2.7"],
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user