From edd8e07df67edd463c70da948ac40414f7484c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 9 Jan 2026 10:31:29 -0800 Subject: [PATCH] update changelog with #3343 fix --- changelog/3343.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3343.fixed.md diff --git a/changelog/3343.fixed.md b/changelog/3343.fixed.md new file mode 100644 index 000000000..189d16c53 --- /dev/null +++ b/changelog/3343.fixed.md @@ -0,0 +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.