Changelog entries for TTS context tracking
This commit is contained in:
4
changelog/3584.changed.3.md
Normal file
4
changelog/3584.changed.3.md
Normal file
@@ -0,0 +1,4 @@
|
||||
- ⚠️ `TTSService.run_tts()` now requires a `context_id` parameter for context tracking.
|
||||
- Custom TTS service implementations must update their `run_tts()` signature
|
||||
- Before: `async def run_tts(self, text: str) -> AsyncGenerator[Frame, None]:`
|
||||
- After: `async def run_tts(self, text: str, context_id: str) -> AsyncGenerator[Frame, None]:`
|
||||
Reference in New Issue
Block a user