Update memory_manager.py

This commit is contained in:
SengokuCola
2025-05-28 22:44:44 +08:00
parent cd41dcb4cb
commit 794eb06008

View File

@@ -399,7 +399,7 @@ class MemoryManager:
try: try:
# 调用LLM修改总结、概括和要点 # 调用LLM修改总结、概括和要点
response, _ = await self.llm_summarizer.generate_response_async(prompt) response, _ = await self.llm_summarizer.generate_response_async(prompt)
logger.info(f"精简记忆响应: {response}") logger.debug(f"精简记忆响应: {response}")
# 使用repair_json处理响应 # 使用repair_json处理响应
try: try:
# 修复JSON格式 # 修复JSON格式