mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-09 15:52:38 +02:00
update code
This commit is contained in:
parent
55234b781c
commit
2b56c36787
1 changed files with 4 additions and 1 deletions
|
|
@ -67,7 +67,10 @@ class TaskType(Enum):
|
|||
name="email login",
|
||||
desc="For logging to an email.",
|
||||
)
|
||||
DEVELOP_SOFTWARE = TaskTypeDef(name="develop software", desc="Develop software.")
|
||||
DEVELOP_SOFTWARE = TaskTypeDef(
|
||||
name="develop software",
|
||||
desc="SOP related to develop software such as Writes a PRD, Writes a design, Writes a project plan and Writes code to implement designed features according to the project plan",
|
||||
)
|
||||
|
||||
@property
|
||||
def type_name(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue