From 96d2de22584b02fc46de09285a4bb81834081473 Mon Sep 17 00:00:00 2001 From: Jyong <76649700+JohnJyong@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:04:17 +0800 Subject: [PATCH] fix annotation reply in universal chat (#1768) Co-authored-by: jyong --- api/controllers/console/universal_chat/wraps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/controllers/console/universal_chat/wraps.py b/api/controllers/console/universal_chat/wraps.py index b940d4f1ad..1fd1747848 100644 --- a/api/controllers/console/universal_chat/wraps.py +++ b/api/controllers/console/universal_chat/wraps.py @@ -47,7 +47,6 @@ def universal_chat_app_required(view=None): suggested_questions=json.dumps([]), suggested_questions_after_answer=json.dumps({'enabled': True}), speech_to_text=json.dumps({'enabled': True}), - annotation_reply=json.dumps({'enabled': False}), retriever_resource=json.dumps({'enabled': True}), more_like_this=None, sensitive_word_avoidance=None,