From be7eb025294bfa090f187d2e852d2bebe710e31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Tue, 20 Aug 2024 10:43:34 +0800 Subject: [PATCH] fixbug: - write_trd_and_framework --- metagpt/roles/architect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/roles/architect.py b/metagpt/roles/architect.py index 1af169ca1..ccce75afa 100644 --- a/metagpt/roles/architect.py +++ b/metagpt/roles/architect.py @@ -11,7 +11,7 @@ from metagpt.roles.di.role_zero import RoleZero from metagpt.utils.common import tool2name ARCHITECT_INSTRUCTION = """ -Use WriteDesign tool to write a system design document if a system design is required; Use `write_trd_and_framework` tool to write a software framework if a software framework is required; +Use WriteDesign tool to write a system design document if a system design is required; Note: 1. When you think, just analyze which tool you should use, and then provide your answer. And your output should contain firstly, secondly, ...