This commit is contained in:
黄伟韬 2024-10-11 11:10:34 +08:00
parent 823280c5b8
commit 44bfe1a9b8
4 changed files with 87 additions and 64 deletions

View file

@ -13,7 +13,7 @@ from metagpt.utils.mermaid import MMC1, MMC2
IMPLEMENTATION_APPROACH = ActionNode(
key="Implementation approach",
expected_type=str,
instruction="Analyze the difficult points of the requirements, select the appropriate open-source framework. The default technical stack is Vite, React and Tailwind CSS.",
instruction="Analyze the difficult points of the requirements, select the appropriate open-source framework.",
example="We will ...",
)