From 7e6e493499c41c91c56a19a2ebc7ecb329ab6f5f Mon Sep 17 00:00:00 2001 From: lidanyang Date: Wed, 13 Dec 2023 19:36:31 +0800 Subject: [PATCH] refine prompt --- metagpt/actions/debug_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/actions/debug_code.py b/metagpt/actions/debug_code.py index 53ca2f54d..58d006a08 100644 --- a/metagpt/actions/debug_code.py +++ b/metagpt/actions/debug_code.py @@ -47,7 +47,7 @@ REFLECTION_PROMPT = """ [runtime Error] {runtime_result} - Analysis the error step by step, provide me improve method and code. Remember to follow [context] requirement. + Analysis the error step by step, provide me improve method and code. Remember to follow [context] rerquirement. Don't forget write code for steps behind the error step. [reflection on previous impl]: xxx