Add changelog for #4127

This commit is contained in:
Mark Backman
2026-03-24 15:10:48 -04:00
parent 5d71de8aad
commit 8e57dd67a2

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

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