From b3cc0779f0cdd742c68a14f70c563351f78eb01e Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 10 Oct 2024 16:49:20 -0400 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1622fc6..408094dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added `MarkdownRemovalProcessor`. This processor removes markdown formatting - from a TextFrame. It's intended to be used between the LLM and TTS in order - to remove markdown from the text the TTS speaks. +- Added a new util called `MarkdownTextFilter` which is a subclass of a new + base class called `BaseTextFilter`. This is a configurable utility which + is intended to filter text received by TTS services. - Added new `RTVIUserLLMTextProcessor`. This processor will send an RTVI `user-llm-text` message with the user content's that was sent to the LLM.