fix:修复兴趣集未清空,模型失败导致planer失败,绘图插件配置文件问题

This commit is contained in:
SengokuCola
2025-05-29 00:44:41 +08:00
parent de28e3bc3b
commit 76d305696c
11 changed files with 35 additions and 50 deletions

View File

@@ -111,6 +111,8 @@ class SubHeartflow:
"""
await self._stop_heart_fc_chat() # 确保 专注聊天已停止
self.interest_dict.clear()
log_prefix = self.log_prefix
try:
# 获取聊天流并创建 NormalChat 实例 (同步部分)