fix(ai): emit missing responses toolcall delta closes #2745

This commit is contained in:
Mario Zechner
2026-04-02 01:39:32 +02:00
parent af12464217
commit 2f8019b610
2 changed files with 14 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Fixed
- Fixed Anthropic context overflow detection to recognize HTTP 413 `request_too_large` errors, so callers can trigger compaction and retry instead of getting stuck on repeated oversized-image requests ([#2734](https://github.com/badlogic/pi-mono/issues/2734))
- Fixed OpenAI Responses tool-call streaming to emit a `toolcall_delta` when function call arguments arrive only in `response.function_call_arguments.done`, and to emit only the missing suffix when `.done` extends earlier streamed arguments ([#2745](https://github.com/badlogic/pi-mono/issues/2745))
## [0.64.0] - 2026-03-29