feat:planner拥有理由

This commit is contained in:
SengokuCola
2025-09-11 14:30:50 +08:00
parent a4285673aa
commit cb24adb595
2 changed files with 6 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ class HeartFChatting:
break
# 没有提到,继续保持沉默
if self.no_reply_until_call:
logger.info(f"{self.log_prefix} 没有提到,继续保持沉默")
# logger.info(f"{self.log_prefix} 没有提到,继续保持沉默")
await asyncio.sleep(1)
return True