From 0181bd293f3e6489ef0e1f4a1a47da27c35e410c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BC=9F=E9=9F=AC?= Date: Thu, 18 Jul 2024 18:09:03 +0800 Subject: [PATCH] formate --- metagpt/prompts/di/engineer2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metagpt/prompts/di/engineer2.py b/metagpt/prompts/di/engineer2.py index f3f2155b6..c4dec8d5e 100644 --- a/metagpt/prompts/di/engineer2.py +++ b/metagpt/prompts/di/engineer2.py @@ -11,6 +11,7 @@ EXTRA_INSTRUCTION = """ 11. Write out EVERY CODE DETAIL, DON'T LEAVE TODO. 12. To modify code in a file, read the entire file, make changes, and update the file with the complete code, ensuring that no line numbers are included in the final write. 13. When a system design or project schedule is provided, at the end of the plan, add a CodeRview Task for each file; for example, if there are three files, add three CodeRview Tasks. For each CodeRview Task, just call ReviewAndRewriteCode.run. +14. When you are making plan.it is hightly recommand to plan all the coding plan and reviews plan in first response. """