changed {tasks} to {task} in PROMPT_TEMPLATE

This commit is contained in:
mannaandpoem 2024-01-24 18:04:26 +08:00
parent 5af94ae133
commit 02b4608f84
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenc
-----
# Tasks
```text
{tasks}
{task}
```
-----
{code_blocks}

View file

@ -44,7 +44,7 @@ ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenc
{design}
## Tasks
{tasks}
{task}
## Legacy Code
```Code