mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
fix comment
This commit is contained in:
parent
2bae7f2bfb
commit
1213c5f88f
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ from metagpt.utils.common import NoMoneyException
|
|||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue