deprecate TranscriptProcessor and related dataclasses and frames

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-08 16:46:20 -08:00
parent 119fab2996
commit 5cbb21afb2
3 changed files with 91 additions and 3 deletions

View File

@@ -0,0 +1 @@
- `TranscriptProcessor` and related data classes and frames (`TranscriptionMessage`, `ThoughtTranscriptionMessage`, `TranscriptionUpdateFrame`) are deprecated. Use `LLMUserAggregator`'s and `LLMAssistantAggregator`'s new events (`on_user_turn_stopped` and `on_assistant_turn_stopped`) instead.