mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
changed {tasks} to {task} in PROMPT_TEMPLATE
This commit is contained in:
parent
5af94ae133
commit
02b4608f84
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenc
|
|||
-----
|
||||
# Tasks
|
||||
```text
|
||||
{tasks}
|
||||
{task}
|
||||
```
|
||||
-----
|
||||
{code_blocks}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenc
|
|||
{design}
|
||||
|
||||
## Tasks
|
||||
{tasks}
|
||||
{task}
|
||||
|
||||
## Legacy Code
|
||||
```Code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue