mirror of https://github.com/Mai-with-u/MaiBot.git
pull/1502/head
parent
c92581afe7
commit
53fb036d6a
|
|
@ -625,7 +625,7 @@ class BrainChatting:
|
||||||
self._cleanup_recent_side_effect_actions(now)
|
self._cleanup_recent_side_effect_actions(now)
|
||||||
if self._is_duplicate_side_effect_action(side_effect_action_key, now):
|
if self._is_duplicate_side_effect_action(side_effect_action_key, now):
|
||||||
logger.info(
|
logger.info(
|
||||||
f"{self.log_prefix} 跳过重复副作用动作: {action_planner_info.action_type}"
|
f"{self.log_prefix} 跳过重复动作: {action_planner_info.action_type}"
|
||||||
)
|
)
|
||||||
return {
|
return {
|
||||||
"action_type": action_planner_info.action_type,
|
"action_type": action_planner_info.action_type,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue