MCPcopy Create free account
hub / github.com/akdeb/ElatoAI / __init__

Method __init__

server/fastapi/bot.py:57–59  ·  view source on GitHub ↗
(self, voice_route: str)

Source from the content-addressed store, hash-verified

55 """Bridge incoming websocket control messages into Pipecat frames."""
56
57 def __init__(self, voice_route: str):
58 super().__init__()
59 self._voice_route = voice_route
60
61 async def process_frame(self, frame: Frame, direction: FrameDirection):
62 await super().process_frame(frame, direction)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected