From 8e57dd67a245c126cc73187c59f04422d38b8e56 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 24 Mar 2026 15:10:48 -0400 Subject: [PATCH] Add changelog for #4127 --- changelog/4127.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4127.fixed.md 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.