Removed unnecessary awaits

This commit is contained in:
2025-06-02 15:23:20 -05:00
parent c6c8e3ce37
commit 0eed64cbb3
4 changed files with 6 additions and 7 deletions
-1
View File
@@ -66,7 +66,6 @@ class BaseTelegramInferenceBot(ABC):
if user_id in self.conversation_history:
del self.conversation_history[user_id]
# Assuming tool.clear() is for global state or doesn't need user_id
for tool in self.tools:
tool.clear()