From d612d826d52f90eda32b745bb1cc2ebc4242f2d8 Mon Sep 17 00:00:00 2001 From: seehi <6580@pm.me> Date: Tue, 16 Jul 2024 21:13:16 +0800 Subject: [PATCH] update comment --- 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 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}