Fix missing imports: Add UserStartedSpeakingFrame and UserStoppedSpeakingFrame

This commit is contained in:
zack
2026-02-26 22:18:02 -05:00
parent 72934bd8ae
commit cd07937c5d

View File

@@ -26,6 +26,8 @@ from pipecat.frames.frames import (
InterimTranscriptionFrame, InterimTranscriptionFrame,
StartFrame, StartFrame,
TranscriptionFrame, TranscriptionFrame,
UserStartedSpeakingFrame,
UserStoppedSpeakingFrame,
VADUserStartedSpeakingFrame, VADUserStartedSpeakingFrame,
VADUserStoppedSpeakingFrame, VADUserStoppedSpeakingFrame,
) )