From 4e74842a2fd7d64fcff4fe78a1f60cf37ca7846a Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Wed, 22 Mar 2023 12:46:03 -0700 Subject: [PATCH] rename --- ...ll_and_agent_server.py => inbound_call_user_agent_server.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename vocode/streaming/telephony/{inbound_call_and_agent_server.py => inbound_call_user_agent_server.py} (96%) diff --git a/vocode/streaming/telephony/inbound_call_and_agent_server.py b/vocode/streaming/telephony/inbound_call_user_agent_server.py similarity index 96% rename from vocode/streaming/telephony/inbound_call_and_agent_server.py rename to vocode/streaming/telephony/inbound_call_user_agent_server.py index f4604bb..8a89b2b 100644 --- a/vocode/streaming/telephony/inbound_call_and_agent_server.py +++ b/vocode/streaming/telephony/inbound_call_user_agent_server.py @@ -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,