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. """