From a992f95c02728c115f32baf982f27073dc733cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 9 Jan 2026 10:37:16 -0800 Subject: [PATCH] clarify changelog with #3343 fix --- changelog/3343.fixed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3343.fixed.md b/changelog/3343.fixed.md index 189d16c53..ee037b304 100644 --- a/changelog/3343.fixed.md +++ b/changelog/3343.fixed.md @@ -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.