update code

This commit is contained in:
stellahsr 2024-04-09 17:07:03 +08:00
parent 55234b781c
commit 2b56c36787

View file

@ -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):