From 403235eb488c1ab077c43c27f2c3d061e050db63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 14 Apr 2026 08:30:52 -0700 Subject: [PATCH] Add changelog for #4294 --- changelog/4294.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4294.fixed.md diff --git a/changelog/4294.fixed.md b/changelog/4294.fixed.md new file mode 100644 index 000000000..73bf66e00 --- /dev/null +++ b/changelog/4294.fixed.md @@ -0,0 +1 @@ +- Fixed `on_assistant_turn_stopped` not resetting internal state when the LLM returned no text tokens. Added `interrupted` field to `AssistantTurnStoppedMessage` to indicate whether the assistant turn was interrupted.