pull/1502/head
xiaoxi68 2026-02-07 20:05:34 +08:00
parent c92581afe7
commit 53fb036d6a
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ class BrainChatting:
self._cleanup_recent_side_effect_actions(now)
if self._is_duplicate_side_effect_action(side_effect_action_key, now):
logger.info(
f"{self.log_prefix} 跳过重复副作用动作: {action_planner_info.action_type}"
f"{self.log_prefix} 跳过重复动作: {action_planner_info.action_type}"
)
return {
"action_type": action_planner_info.action_type,