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