diff --git a/changelog/4127.fixed.md b/changelog/4127.fixed.md new file mode 100644 index 000000000..6735808d3 --- /dev/null +++ b/changelog/4127.fixed.md @@ -0,0 +1 @@ +- Fixed the final sentence being dropped from the conversation context when using RTVI text input with non-word-timestamp TTS services. The `LLMFullResponseEndFrame` was racing ahead of the last `TTSTextFrame`, causing the `LLMAssistantAggregator` to finalize the context before the final sentence arrived.