From 5132b01ab15d9714bc0baf56cd94cf4162ec7b23 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 2 Jun 2024 10:11:44 +0530 Subject: [PATCH] Remove intent_type from telemetry update in api_chat --- src/khoj/routers/api_chat.py | 1 - 1 file changed, 1 deletion(-) 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,