From 4b441489e8192fa88eb6a388146a5f4415a2fc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Sat, 30 Mar 2024 17:52:51 +0800 Subject: [PATCH] feat: disable qa --- metagpt/actions/intent_detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/actions/intent_detect.py b/metagpt/actions/intent_detect.py index 7831624c6..6d13048b1 100644 --- a/metagpt/actions/intent_detect.py +++ b/metagpt/actions/intent_detect.py @@ -44,7 +44,7 @@ SOP_CONFIG = [ "Writes a design to the project repository, based on the PRD of the project.", "Writes a project plan to the project repository, based on the design of the project.", "Writes codes to the project repository, based on the project plan of the project.", - "Run QA test on the project repository.", + # "Run QA test on the project repository.", "Stage and commit changes for the project repository using Git.", ], )