From aa3568ecb2e58469506273e31223da86ef4b7173 Mon Sep 17 00:00:00 2001 From: Bakadax Date: Sat, 10 May 2025 14:47:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E6=98=AF=E5=82=BB=E9=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/PFC/pfc_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/PFC/pfc_processor.py b/src/plugins/PFC/pfc_processor.py index 926ae821..ea9ac4df 100644 --- a/src/plugins/PFC/pfc_processor.py +++ b/src/plugins/PFC/pfc_processor.py @@ -80,7 +80,7 @@ class PFCProcessor: await self._update_embedding_vector(message_obj, chat) # 明确传递 message_obj # 4. 创建 PFC 聊天流 - await self._create_pfc_chat(message_obj, chat) + await self._create_pfc_chat(message_obj) # 5. 日志记录 # 确保 message_obj.message_info.time 是 float 类型的时间戳