Revert "sales push"

This reverts commit 8e907a6a95.
This commit is contained in:
Magzhan Zhumabayev
2026-05-09 19:23:21 +05:00
parent 8e907a6a95
commit d05c6c86a5
17 changed files with 15 additions and 436 deletions
-8
View File
@@ -1214,14 +1214,6 @@ class CallSession:
def conversation(self) -> tuple[tuple[str, str], ...]:
return tuple(self._conversation)
@property
def customer_name(self) -> str | None:
return self._customer_name
@property
def session_language(self) -> str | None:
return self._session_language
async def run(self) -> None:
if self._assistant_task is not None:
raise RuntimeError("CallSession.run() can only be called once per session")