This commit is contained in:
Ajay Raj 2023-03-22 12:46:03 -07:00
commit 4e74842a2f

View file

@ -13,7 +13,7 @@ from vocode.streaming.models.transcriber import (
from vocode.streaming.models.synthesizer import SynthesizerConfig
class InboundCallAndAgentServer(InboundCallServer):
class InboundCallUserAgentServer(InboundCallServer):
def __init__(
self,
agent_config: RESTfulUserImplementedAgentConfig,