From 4d33914fd0362c45282bfe28529fa4873690bc52 Mon Sep 17 00:00:00 2001 From: zihanjian Date: Thu, 23 Oct 2025 14:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=AE=AF=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/handlers.py b/commands/handlers.py index 31fb030..b3c8b4f 100644 --- a/commands/handlers.py +++ b/commands/handlers.py @@ -151,7 +151,7 @@ def handle_chitchat(ctx: 'MessageContext', match: Optional[Match]) -> bool: latest_message_prompt = ( "# 本轮需要处理的用户讯息\n" "请你基于下面这条最新收到的用户讯息,直接面向发送者进行自然的中文回复:\n" - f"{q_with_info}\n" + f"“{q_with_info}”\n" "请只围绕这条消息的内容作答,不要泛泛而谈。" )