From b71af7b46a479fff8fc4ed5f9a68490915ea045c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Mon, 17 Jun 2024 16:04:43 +0800 Subject: [PATCH] fixbug: no comments --- .../actions/requirement_analysis/framework/write_framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/actions/requirement_analysis/framework/write_framework.py b/metagpt/actions/requirement_analysis/framework/write_framework.py index c13fcdcaa..ec9ac9b62 100644 --- a/metagpt/actions/requirement_analysis/framework/write_framework.py +++ b/metagpt/actions/requirement_analysis/framework/write_framework.py @@ -129,7 +129,7 @@ Develop source code based on the content of the "TRD"; - Usage if necessary; - The `CLASS.md` file should include the class diagram in PlantUML format; - The `SEQUENCE.md` file should include the sequence diagram in PlantUML format; -- Code comments using Google style; +- Do not add comments to source code; Return a markdown JSON object list, each object containing: - a "path" key with a value specifying its path;