Update memory_manager.py
This commit is contained in:
@@ -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格式
|
||||||
|
|||||||
Reference in New Issue
Block a user