fix: fix OPENAI_API_KEY bug in retrieval

This commit is contained in:
Abhishek Kumar 2026-01-17 18:12:56 +05:30
parent 692ef27751
commit d35eeb1b7b
11 changed files with 508 additions and 115 deletions

View file

@ -278,7 +278,9 @@ class TelephonyProvider(ABC):
@staticmethod
@abstractmethod
async def generate_inbound_response(websocket_url: str, workflow_run_id: int = None) -> tuple:
async def generate_inbound_response(
websocket_url: str, workflow_run_id: int = None
) -> tuple:
"""
Generate the appropriate response for an inbound webhook.