From f7514632d9304798cda6d469973d53e2d00489cd Mon Sep 17 00:00:00 2001 From: seehi <6580@pm.me> Date: Fri, 7 Jun 2024 14:35:47 +0800 Subject: [PATCH] update comment --- metagpt/exp_pool/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/exp_pool/manager.py b/metagpt/exp_pool/manager.py index 546086b37..35ee5fdac 100644 --- a/metagpt/exp_pool/manager.py +++ b/metagpt/exp_pool/manager.py @@ -14,7 +14,7 @@ from metagpt.utils.exceptions import handle_exception class ExperienceManager(BaseModel): """ExperienceManager manages the lifecycle of experiences, including CRUD and optimization. - Attributes: + Args: config (Config): Configuration for managing experiences. storage (SimpleEngine): Engine to handle the storage and retrieval of experiences. """