frames: remove StopInterruptionFrame

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-29 16:40:01 -07:00
parent 81325be4f3
commit bd7d9346b7
10 changed files with 9 additions and 32 deletions

View File

@@ -869,19 +869,6 @@ class StartInterruptionFrame(SystemFrame):
pass
@dataclass
class StopInterruptionFrame(SystemFrame):
"""Frame indicating user stopped speaking (interruption ended).
Emitted by the BaseInputTransport to indicate that a user has stopped
speaking (i.e. no more interruptions). This is similar to
UserStoppedSpeakingFrame except that it should be pushed concurrently
with other frames (so the order is not guaranteed).
"""
pass
@dataclass
class UserStartedSpeakingFrame(SystemFrame):
"""Frame indicating user has started speaking.