Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion backend/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,4 +578,5 @@ async def handle_chat(self, session_id: str, query: str, reset: bool = False) ->
print(f"Error in handle_chat: {e}")
import traceback
traceback.print_exc()
return f"Error: {e}"
return "I'm sorry, I encountered an internal server error and cannot process your request right now."