From 22841804a575c1812f211e07398f0461ca53c95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BC=9F=E9=9F=AC?= Date: Wed, 14 Aug 2024 16:02:35 +0800 Subject: [PATCH] fix format issues --- metagpt/prompts/di/role_zero.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metagpt/prompts/di/role_zero.py b/metagpt/prompts/di/role_zero.py index b6faa8cb3..22222478d 100644 --- a/metagpt/prompts/di/role_zero.py +++ b/metagpt/prompts/di/role_zero.py @@ -38,7 +38,6 @@ class Task(BaseModel): {available_commands} Special Command: Use {{"command_name": "end"}} to do nothing or indicate completion of all requirements and the end of actions. - # Example {example} @@ -46,7 +45,8 @@ Special Command: Use {{"command_name": "end"}} to do nothing or indicate complet # Instruction {instruction} """ - +EXAMPLE = "" +# Example CMD_PROMPT = """ {current_state}