From 1708957471d8aa3e35afd667f3e355e0f3916004 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 23 Apr 2025 07:52:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20=E8=87=AA=E5=8A=A8=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/heart_flow/sub_heartflow.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/heart_flow/sub_heartflow.py b/src/heart_flow/sub_heartflow.py index c41200f69..97149d4ff 100644 --- a/src/heart_flow/sub_heartflow.py +++ b/src/heart_flow/sub_heartflow.py @@ -306,9 +306,7 @@ class SubHeartflow: self.heart_fc_instance = None chat_stream = chat_manager.get_stream(self.chat_id) - self.normal_chat_instance = NormalChat( - chat_stream=chat_stream, interest_dict=self.get_interest_dict() - ) + self.normal_chat_instance = NormalChat(chat_stream=chat_stream, interest_dict=self.get_interest_dict()) await self.normal_chat_instance.start_monitoring_interest() # NormalChat 启动/停止逻辑将在下面处理