From c648f0704a18a3378ea87b061e0810f0be1b1fff Mon Sep 17 00:00:00 2001 From: zhanglei Date: Thu, 27 Jun 2024 17:00:40 +0800 Subject: [PATCH] update: fix cr comment --- metagpt/prompts/di/role_zero.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/metagpt/prompts/di/role_zero.py b/metagpt/prompts/di/role_zero.py index 6df7b01ff..a33487d81 100644 --- a/metagpt/prompts/di/role_zero.py +++ b/metagpt/prompts/di/role_zero.py @@ -52,12 +52,12 @@ Some text indicating your thoughts, such as how you should update the plan statu """ JSON_REPAIR_PROMPT = """ - ## json data - {json_data} - - ## Output Format - ```json - Formatted JSON data - ``` - Help check if there are any formatting issues with the JSON data? If so, please help format it +## json data +{json_data} + +## Output Format +```json +Formatted JSON data +``` +Help check if there are any formatting issues with the JSON data? If so, please help format it """