mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Remove intent_type from telemetry update in api_chat
This commit is contained in:
parent
a3934b3aaa
commit
5132b01ab1
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue