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.