mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-20 16:51:07 +02:00
修改了提示词的格式
This commit is contained in:
parent
0ec3ac8136
commit
ca1a44c3c4
3 changed files with 4 additions and 4 deletions
|
|
@ -323,4 +323,4 @@ class WritePRD(Action):
|
|||
md_output_filename = output_pathname.with_suffix(".md")
|
||||
await save_json_to_markdown(content=new_prd.content, output_filename=md_output_filename)
|
||||
await reporter.async_report(md_output_filename, "path")
|
||||
return f'PRD filename: "{str(output_pathname)}". The "Create the PRD" task has been completed and is now marked as finished.'
|
||||
return f'PRD filename: "{str(output_pathname)}". The product requirement document (PRD) has been completed.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue