diff --git a/src/khoj/routers/api_chat.py b/src/khoj/routers/api_chat.py index 4d076992..702893ff 100644 --- a/src/khoj/routers/api_chat.py +++ b/src/khoj/routers/api_chat.py @@ -961,7 +961,6 @@ async def chat( response_obj = { "response": actual_response, - "intentType": intent_type, "inferredQueries": inferred_queries, "context": compiled_references, "online_results": online_results,