update architect prompt

This commit is contained in:
黄伟韬 2024-10-18 16:04:55 +08:00
parent ff79389d9b
commit 2a53e30eba
7 changed files with 75 additions and 31 deletions

View file

@ -10,9 +10,9 @@ from typing import List
from metagpt.actions.action_node import ActionNode
REQUIRED_PYTHON_PACKAGES = ActionNode(
key="Required Python packages",
key="Required packages",
expected_type=List[str],
instruction="Provide required Python packages in requirements.txt format. The response language should correspond to the context and requirements.",
instruction="Provide required packages The response language should correspond to the context and requirements.",
example=["flask==1.1.2", "bcrypt==3.2.0"],
)