From 57ca323efe1936b5f46c1fea8908020269410cd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 23 Apr 2025 17:03:24 +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/subheartflow_manager.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/heart_flow/subheartflow_manager.py b/src/heart_flow/subheartflow_manager.py index 1e64027cb..bf473b781 100644 --- a/src/heart_flow/subheartflow_manager.py +++ b/src/heart_flow/subheartflow_manager.py @@ -290,9 +290,9 @@ class SubHeartflowManager: log_prefix_flow = f"[{stream_name}]" # 只处理 CHAT 状态的子心流 -# The code snippet is checking if the `chat_status` attribute of `sub_hf.chat_state` is not equal to -# `ChatState.CHAT`. If the condition is met, the code will continue to the next iteration of the loop -# or block of code where this snippet is located. + # The code snippet is checking if the `chat_status` attribute of `sub_hf.chat_state` is not equal to + # `ChatState.CHAT`. If the condition is met, the code will continue to the next iteration of the loop + # or block of code where this snippet is located. # if sub_hf.chat_state.chat_status != ChatState.CHAT: # continue