mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
Merge branch 'fixbug/task_type' into 'mgx_ops'
fixbug: develop software task type See merge request pub/MetaGPT!30
This commit is contained in:
commit
b5d79a378a
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