Skip to content

Commit 73e4450

Browse files
committed
🐛 fix(providers): restore extractReasoningFromDelta after upstream rebase (#404)
1 parent 430e483 commit 73e4450

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/api/providers/__tests__/zai.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ describe("ZAiHandler", () => {
647647
thinking: { type: "enabled" },
648648
reasoning_effort: "high",
649649
}),
650+
expect.anything(),
650651
)
651652
})
652653

@@ -677,6 +678,7 @@ describe("ZAiHandler", () => {
677678
thinking: { type: "enabled" },
678679
reasoning_effort: "max",
679680
}),
681+
expect.anything(),
680682
)
681683
})
682684

@@ -733,6 +735,7 @@ describe("ZAiHandler", () => {
733735
thinking: { type: "enabled" },
734736
reasoning_effort: "high",
735737
}),
738+
expect.anything(),
736739
)
737740
})
738741

0 commit comments

Comments
 (0)