diff --git a/src/pipecat/services/google/rtvi.py b/src/pipecat/services/google/rtvi.py index 4d9860cfa..88e67e6c6 100644 --- a/src/pipecat/services/google/rtvi.py +++ b/src/pipecat/services/google/rtvi.py @@ -27,6 +27,9 @@ class RTVIBotLLMSearchResponseMessage(BaseModel): class GoogleRTVIObserver(RTVIObserver): + def __init__(self, rtvi: FrameProcessor): + super().__init__(rtvi) + async def on_push_frame( self, src: FrameProcessor,