From b58d97fad373a4a693c325c9ad023695924a4032 Mon Sep 17 00:00:00 2001 From: lixinyue <2569494688@qq.com> Date: Wed, 28 Jan 2026 10:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=B1=82memory=5Fcontent->me?= =?UTF-8?q?mory=5Fconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/services/draft_run_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/app/services/draft_run_service.py b/api/app/services/draft_run_service.py index 88a2f26a..0d1f51a4 100644 --- a/api/app/services/draft_run_service.py +++ b/api/app/services/draft_run_service.py @@ -86,7 +86,6 @@ def create_long_term_memory_tool(memory_config: Dict[str, Any], end_user_id: str 检索到的历史记忆内容 """ logger.info(f" 长期记忆工具被调用!question={question}, user={end_user_id}") - try: from app.db import get_db db = next(get_db())