diff --git a/changelog/4464.added.3.md b/changelog/4464.added.3.md deleted file mode 100644 index 8fc7e573e..000000000 --- a/changelog/4464.added.3.md +++ /dev/null @@ -1 +0,0 @@ -- Added `sanitize_text_for_tts()` utility (`pipecat.utils.text.tts_text_sanitizer`) that strips markdown formatting (fenced code blocks, headers, bold/italic, tables, blockquotes, inline code) and emojis from text before sending it to a TTS service.