fix: add changelog + typed omission test note (#25314) (thanks @lbo728)

This commit is contained in:
Peter Steinberger
2026-02-24 14:21:52 +00:00
parent b863316e7b
commit 39631639b7
2 changed files with 3 additions and 2 deletions

View File

@@ -92,8 +92,8 @@ describe("models-config: explicit reasoning override", () => {
minimax: {
baseUrl: "https://api.minimax.io/anthropic",
api: "anthropic-messages",
// eslint-disable-next-line @typescript-eslint/no-explicit-any
models: [modelWithoutReasoning as any],
// @ts-expect-error Intentional: emulate user config omitting reasoning.
models: [modelWithoutReasoning],
},
},
},