buildfix: fix tests referencing old models

This commit is contained in:
David Brailovsky
2026-07-17 13:24:11 +00:00
parent 64f83c85d9
commit 5124c61b25
16 changed files with 38 additions and 63 deletions
+2 -2
View File
@@ -381,8 +381,8 @@ describe("Tool Results with Images", () => {
},
);
describe.skipIf(!process.env.KIMI_API_KEY)("Kimi For Coding Provider (kimi-for-coding)", () => {
const llm = getModel("kimi-coding", "kimi-for-coding");
describe.skipIf(!process.env.KIMI_API_KEY)("Kimi For Coding Provider (k2p7)", () => {
const llm = getModel("kimi-coding", "k2p7");
it("should handle tool result with only image", { retry: 3, timeout: 30000 }, async () => {
await handleToolWithImageResult(llm);