mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 09:46:24 +02:00
fixbug: develop software task type
This commit is contained in:
parent
33d15e4319
commit
87c46ba3eb
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ class TaskType(Enum):
|
|||
name="email login",
|
||||
desc="For logging to an email.",
|
||||
)
|
||||
DEVELOP_SOFTWARE = TaskTypeDef(name="develop software", desc="Develop software.")
|
||||
|
||||
@property
|
||||
def type_name(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue