refactor(planner): 移除Normal模式下的引用回复设置以保持对话流畅

This commit is contained in:
Windpicker-owo
2025-11-13 15:14:55 +08:00
parent c5178b5e58
commit 41e8a17e58

View File

@@ -351,7 +351,6 @@ class ChatterActionPlanner:
reasoning="Normal模式 - 兴趣度达到阈值使用respond动作统一回应未读消息",
action_data={}, # respond动作不需要参数
action_message=None, # respond动作不针对特定消息
should_quote_reply=False, # Normal模式默认不引用回复保持对话流畅
)
# Normal模式下直接构建最小化的Plan跳过generator和action_modifier