mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Remove status update for understanding query
This commit is contained in:
parent
ed16914ac3
commit
13dee7d89e
1 changed files with 0 additions and 3 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue