buildfix: fix tests referencing old models
This commit is contained in:
@@ -97,7 +97,7 @@ describe("Anthropic empty thinking signature compat", () => {
|
||||
expect(assistant?.content).toEqual([{ type: "thinking", thinking: "internal reasoning", signature: "" }]);
|
||||
});
|
||||
|
||||
it.each(["k3", "kimi-for-coding"] as const)("allows empty signatures for Kimi Coding %s", async (modelId) => {
|
||||
it.each(["k3"] as const)("allows empty signatures for Kimi Coding %s", async (modelId) => {
|
||||
const model = getModel("kimi-coding", modelId);
|
||||
expect(model.compat?.allowEmptySignature).toBe(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user