From bd12087be4dd16f4b460d3bd0b4a7b6fb41eaa9a Mon Sep 17 00:00:00 2001 From: geekan Date: Tue, 19 Dec 2023 17:14:50 +0800 Subject: [PATCH] fix comment --- metagpt/team.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metagpt/team.py b/metagpt/team.py index 9aa89ee2b..1df3c4052 100644 --- a/metagpt/team.py +++ b/metagpt/team.py @@ -25,8 +25,8 @@ from metagpt.utils.common import NoMoneyException, read_json_file, write_json_fi class Team(BaseModel): """ - Team: Possesses one or more roles (agents), SOP (Standard Operating Procedures), and a platform for instant messaging, - dedicated to perform any multi-agent activity, such as collaboratively writing executable code. + Team: Possesses one or more roles (agents), SOP (Standard Operating Procedures), and a env for instant messaging, + dedicated to env any multi-agent activity, such as collaboratively writing executable code. """ env: Environment = Field(default_factory=Environment)