From 7e328e543197b6ae07ea643429bd4bf70fffa96d Mon Sep 17 00:00:00 2001 From: mannaandpoem <1580466765@qq.com> Date: Wed, 24 Jan 2024 18:05:26 +0800 Subject: [PATCH] changed {tasks} to {task} in PROMPT_TEMPLATE --- metagpt/actions/summarize_code.py | 2 +- metagpt/actions/write_code.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metagpt/actions/summarize_code.py b/metagpt/actions/summarize_code.py index 644d5d6a9..0f6e0e69d 100644 --- a/metagpt/actions/summarize_code.py +++ b/metagpt/actions/summarize_code.py @@ -26,7 +26,7 @@ ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenc {system_design} ``` ----- -# Tasks +# Task ```text {task} ``` diff --git a/metagpt/actions/write_code.py b/metagpt/actions/write_code.py index 7f5dae414..0b86ac1bb 100644 --- a/metagpt/actions/write_code.py +++ b/metagpt/actions/write_code.py @@ -43,7 +43,7 @@ ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenc ## Design {design} -## Tasks +## Task {task} ## Legacy Code