diff --git a/changelog/3936.fixed.md b/changelog/3936.fixed.md index 2d186ffd7..27e48815c 100644 --- a/changelog/3936.fixed.md +++ b/changelog/3936.fixed.md @@ -1 +1 @@ -- Fixed `TTSService` to push `LLMAssistantPushAggregationFrame` when the base class is responsible for pushing `TTSStoppedFrame`. +- Fixed TTS context not being appended to the assistant message history when using `TTSSpeakFrame` with `append_to_context=True` with some TTS providers.