Add changelog for #4294

This commit is contained in:
Aleix Conchillo Flaqué
2026-04-14 08:30:52 -07:00
parent 698c2ba92e
commit 403235eb48

1
changelog/4294.fixed.md Normal file
View File

@@ -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.