fix(ai): use z.ai thinking payload

closes #5330
This commit is contained in:
Mario Zechner
2026-06-09 13:37:16 +02:00
parent 66335d3a49
commit 64b51efb6e
3 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed z.ai thinking-off requests to send the provider's `thinking: { type: "disabled" }` compatibility parameter ([#5330](https://github.com/earendil-works/pi/issues/5330)).
- Fixed Moonshot Kimi thinking-off requests to send the provider's `thinking: { type: "disabled" }` compatibility parameter ([#5531](https://github.com/earendil-works/pi/issues/5531)).
- Fixed Azure OpenAI Responses requests to disable server-side response storage ([#5530](https://github.com/earendil-works/pi/issues/5530)).