diff --git a/metagpt/prompts/di/role_zero.py b/metagpt/prompts/di/role_zero.py index b2e931e23..890c1d562 100644 --- a/metagpt/prompts/di/role_zero.py +++ b/metagpt/prompts/di/role_zero.py @@ -17,14 +17,14 @@ class Task(BaseModel): instruction: str = "" task_type: str = "" assignee: str = "" + +# Available Task Types +{task_type_desc} # Available Commands {available_commands} Special Command: Use {{"command_name": "end"}} to do nothing or indicate completion of all requirements and the end of actions. -# Available Task Types -{task_type_desc} - # Current Plan {plan_status}