update comment

This commit is contained in:
seehi 2024-06-07 14:35:47 +08:00
parent faeee22dcb
commit f7514632d9

View file

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