From 7508ff66cdadf72e2c349631ef2bed7dccaab1cf Mon Sep 17 00:00:00 2001 From: lidanyang Date: Fri, 12 Jul 2024 14:33:05 +0800 Subject: [PATCH] move loc of task_type --- metagpt/prompts/di/role_zero.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metagpt/prompts/di/role_zero.py b/metagpt/prompts/di/role_zero.py index 83ad5cd8e..b642df9c7 100644 --- a/metagpt/prompts/di/role_zero.py +++ b/metagpt/prompts/di/role_zero.py @@ -18,13 +18,13 @@ class Task(BaseModel): 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}