Remove status update for understanding query

This commit is contained in:
sabaimran 2024-08-01 19:22:21 +05:30
parent ed16914ac3
commit 13dee7d89e

View file

@ -627,9 +627,6 @@ async def chat(
user_message_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
async for result in send_event(ChatEvent.STATUS, f"**Understanding Query**: {q}"):
yield result
meta_log = conversation.conversation_log
is_automated_task = conversation_commands == [ConversationCommand.AutomatedTask]