本轮需要回复的用户及其最新信息

This commit is contained in:
zihanjian
2025-10-27 21:11:58 +08:00
parent 52a5585267
commit aa0a858fc9

View File

@@ -158,10 +158,10 @@ def handle_chitchat(ctx: 'MessageContext', match: Optional[Match]) -> bool:
)
else:
latest_message_prompt = (
"# 本轮需要处理的用户\n"
"请你基于下面这条最新收到的用户讯息,直接面向发送者进行自然的中文回复:\n"
"# 本轮需要回复的用户及其最新信\n"
"请你基于下面这条最新收到的用户讯息(和该用户最近的历史消息),直接面向发送者进行自然的中文回复:\n"
f"{q_with_info}\n"
"请只围绕这条消息的内容作答,不要泛泛而谈"
"请只针对该用户进行回复"
)
# 获取AI回复