Apply suggestions from code review
Co-authored-by: Christiaan Arnoldus <christiaan.arnoldus@outlook.com>
This commit is contained in:
committed by
GitHub
parent
1511d13b3f
commit
44f144c8fc
@@ -2410,6 +2410,7 @@ describe("ProviderTransform.variants", () => {
|
||||
expect(result).toEqual({})
|
||||
})
|
||||
|
||||
// kilocode_change start: minimax
|
||||
test("minimax direct anthropic provider returns instant/thinking toggle", () => {
|
||||
const model = createMockModel({
|
||||
id: "minimax/MiniMax-M3",
|
||||
@@ -2443,6 +2444,7 @@ describe("ProviderTransform.variants", () => {
|
||||
thinking: { reasoning: { enabled: true } },
|
||||
})
|
||||
})
|
||||
// kilocode_change end
|
||||
|
||||
test("glm returns empty object", () => {
|
||||
const model = createMockModel({
|
||||
|
||||
Reference in New Issue
Block a user