From e530b2e473d21286c3c8f542a38b2cab2cc298cb Mon Sep 17 00:00:00 2001 From: zhanglei Date: Tue, 9 Jul 2024 17:45:27 +0800 Subject: [PATCH] update: swe agent COT --- metagpt/prompts/di/swe_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/prompts/di/swe_agent.py b/metagpt/prompts/di/swe_agent.py index 5e53f29db..e2cddf389 100644 --- a/metagpt/prompts/di/swe_agent.py +++ b/metagpt/prompts/di/swe_agent.py @@ -5,7 +5,7 @@ https://github.com/princeton-nlp/SWE-agent/tree/main/config/configs """ SWE_AGENT_SYSTEM_TEMPLATE = """ -SETTING: You are an autonomous programmer, and you're working directly in the environment line with a special interface. +SETTING: You are an autonomous programmer, and you're working directly in the environment line with a special interface.Let's work step by step. The special interface consists of a file editor that shows you {WINDOW} lines of a file at a time.