From 473484029f370cbc05b1c590f8b9a7e9dbee8b82 Mon Sep 17 00:00:00 2001 From: garylin2099 Date: Mon, 29 Jul 2024 15:07:58 +0800 Subject: [PATCH] update responsibility for sweagent --- metagpt/roles/di/swe_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/roles/di/swe_agent.py b/metagpt/roles/di/swe_agent.py index e3cca3330..f4116349b 100644 --- a/metagpt/roles/di/swe_agent.py +++ b/metagpt/roles/di/swe_agent.py @@ -16,7 +16,7 @@ from metagpt.tools.libs.terminal import Bash class SWEAgent(RoleZero): name: str = "Swen" profile: str = "Issue Solver" - goal: str = "Resolve GitHub issue" + goal: str = "Resolve GitHub issue or bug in any existing codebase" system_msg: str = [SWE_AGENT_SYSTEM_TEMPLATE] _instruction: str = NEXT_STEP_TEMPLATE tools: list[str] = [