From d497d2c03002b805a2b37eb8aeba037658836ae9 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Thu, 21 Aug 2025 17:48:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=B4=E8=B6=A3=E5=80=BC=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/memory_system/Hippocampus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat/memory_system/Hippocampus.py b/src/chat/memory_system/Hippocampus.py index 04ceccb2..1673ccc0 100644 --- a/src/chat/memory_system/Hippocampus.py +++ b/src/chat/memory_system/Hippocampus.py @@ -1438,6 +1438,7 @@ class HippocampusManager: response, keywords, keywords_lite = await self._hippocampus.get_activate_from_text( text, max_depth, fast_retrieval ) + return response, keywords, keywords_lite except Exception as e: logger.error(f"文本产生激活值失败: {e}") logger.error(traceback.format_exc())