mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 12:52:37 +02:00
minor update on prompt
This commit is contained in:
parent
f1f49c076c
commit
21775647b5
2 changed files with 8 additions and 7 deletions
|
|
@ -108,7 +108,7 @@ class WritePRD(Action):
|
|||
|
||||
Example:
|
||||
# Write a new PRD (Product Requirement Document)
|
||||
>>> user_requirement = "Write PRD for a snake game"
|
||||
>>> user_requirement = "Write a snake game"
|
||||
>>> output_pathname = "snake_game/docs/prd.json"
|
||||
>>> extra_info = "YOUR EXTRA INFO, if any"
|
||||
>>> write_prd = WritePRD()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue