minor update on prompt

This commit is contained in:
garylin2099 2024-07-29 13:58:28 +08:00
parent f1f49c076c
commit 21775647b5
2 changed files with 8 additions and 7 deletions

View file

@ -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()