fix(ai): refresh generated model catalog for release

This commit is contained in:
Mario Zechner
2026-04-27 21:28:21 +02:00
parent 24321b47c9
commit 65fc803671
7 changed files with 333 additions and 236 deletions

View File

@@ -177,7 +177,7 @@ describe("Tool Call Without Result Tests", () => {
});
describe.skipIf(!process.env.ZAI_API_KEY)("zAI Provider", () => {
const model = getModel("zai", "glm-4.5-flash");
const model = getModel("zai", "glm-4.5-air");
it("should filter out tool calls without corresponding tool results", { retry: 3, timeout: 30000 }, async () => {
await testToolCallWithoutResult(model);