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, ...