fix:修复表情包描述进入prompt问题

This commit is contained in:
SengokuCola
2025-08-09 21:16:57 +08:00
parent d279b0982d
commit b57671b639
7 changed files with 21 additions and 59 deletions

View File

@@ -308,7 +308,6 @@ class HeartFChatting:
return loop_info, reply_text, cycle_timers
async def _observe(self, message_data: Optional[Dict[str, Any]] = None) -> bool:
# sourcery skip: hoist-statement-from-if, merge-comparisons, reintroduce-else
if not message_data:
message_data = {}
action_type = "no_action"