clarify changelog with #3343 fix

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-09 10:37:16 -08:00
parent edd8e07df6
commit a992f95c02

View File

@@ -1 +1 @@
- Fixed an issue with function calling where the context could remain in an IN_PROGRESS state when a function call handler failed to invoke its result callback.
- Fixed an issue with function calling where a handler failing to invoke its result callback could leave the context stuck in IN_PROGRESS, causing LLM inference for subsequent function call results to block while waiting on the unresolved call.