fix:优化prompt和Logger

This commit is contained in:
SengokuCola
2025-06-03 18:15:31 +08:00
parent 4cb3850d0c
commit b3744528e5
10 changed files with 20 additions and 14 deletions

View File

@@ -527,7 +527,7 @@ class HeartFChatting:
else:
action_str = action_type
logger.debug(f"{self.log_prefix} 麦麦想要:'{action_str}', 原因'{reasoning}'")
logger.debug(f"{self.log_prefix} 麦麦想要:'{action_str}'")
success, reply_text, command = await self._handle_action(
action_type, reasoning, action_data, cycle_timers, thinking_id