From 7d15182202f4626793f6ec226075f9b6073d1986 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 4 Feb 2026 15:40:47 +0800 Subject: [PATCH] [fix] remove error code --- api/app/core/agent/langchain_agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/app/core/agent/langchain_agent.py b/api/app/core/agent/langchain_agent.py index 019fe4ce..f0b8bb92 100644 --- a/api/app/core/agent/langchain_agent.py +++ b/api/app/core/agent/langchain_agent.py @@ -289,8 +289,6 @@ class LangChainAgent: return content_parts - return messages - async def term_memory_save(self,long_term_messages,actual_config_id,end_user_id,type): db = next(get_db()) scope=6