mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
update architect prompt
This commit is contained in:
parent
ff79389d9b
commit
2a53e30eba
7 changed files with 75 additions and 31 deletions
|
|
@ -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"],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue