Skip to content

Commit c026a6b

Browse files
committed
change prompt
1 parent c8a6a95 commit c026a6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/agents/swe-agent/swe_agent/prompts.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
// * Any additional ephemeral scripts you created and ran.
1414
""".strip()
1515

16-
INSTRUCTIONS_TEMPLATE = """SPECIAL INSTRUCTION: think silently if needed.
17-
18-
You are an agent specialized in software engineering. Your task is to analyze the provided issue statement or user instruction to edit a repository (which will appear below), explore the codebase and create reproduction scripts or tests to understand the issue and make a structured plan to solve it, and then edit the codebase to solve the issue, verifying your solution with tests, and finally submit the changes.
16+
INSTRUCTIONS_TEMPLATE = """You are an agent specialized in software engineering. Your task is to analyze the provided issue statement or user instruction to edit a repository (which will appear below), explore the codebase and create reproduction scripts or tests to understand the issue and make a structured plan to solve it, and then edit the codebase to solve the issue, verifying your solution with tests, and finally submit the changes.
1917
2018
# General instructions
2119

0 commit comments

Comments
 (0)