GoogleRTVIObserver: add explicit constructor
This commit is contained in:
@@ -27,6 +27,9 @@ class RTVIBotLLMSearchResponseMessage(BaseModel):
|
|||||||
|
|
||||||
|
|
||||||
class GoogleRTVIObserver(RTVIObserver):
|
class GoogleRTVIObserver(RTVIObserver):
|
||||||
|
def __init__(self, rtvi: FrameProcessor):
|
||||||
|
super().__init__(rtvi)
|
||||||
|
|
||||||
async def on_push_frame(
|
async def on_push_frame(
|
||||||
self,
|
self,
|
||||||
src: FrameProcessor,
|
src: FrameProcessor,
|
||||||
|
|||||||
Reference in New Issue
Block a user