From eaa0075ff3b41c07e536cc0d506ff0a06e14e481 Mon Sep 17 00:00:00 2001 From: H Vs Date: Fri, 25 Apr 2025 16:17:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/endpoints/agent_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/endpoints/agent_endpoint.py b/app/endpoints/agent_endpoint.py index f8d5c49..19a1e34 100644 --- a/app/endpoints/agent_endpoint.py +++ b/app/endpoints/agent_endpoint.py @@ -144,7 +144,7 @@ async def waitting_login_result(request: Request, token_id, app_id,region_id, ag config=AgentConfig.model_validate({ "chatroomIdWhiteList": [], "agentTokenId": agent_token_id, - "agentEnabled": True, + "agentEnabled": False, "addContactsFromChatroomIdWhiteList": [], "chatWaitingMsgEnabled": True, "privateGroupChatEnabled": False