Merge branch 'refs/heads/fix/memory_bug_fix' into develop
This commit is contained in:
@@ -239,8 +239,6 @@ class MemoryReflectionService:
|
|||||||
"reflection_results": reflection_results
|
"reflection_results": reflection_results
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
config_id = config_data.get("config_id", "unknown")
|
config_id = config_data.get("config_id", "unknown")
|
||||||
api_logger.error(f"启动反思失败,config_id: {config_id}, end_user_id: {end_user_id}, 错误: {str(e)}")
|
api_logger.error(f"启动反思失败,config_id: {config_id}, end_user_id: {end_user_id}, 错误: {str(e)}")
|
||||||
|
|||||||
Reference in New Issue
Block a user