From 25ce1b8ed6ec15b09646368b8975e709cc68e1d6 Mon Sep 17 00:00:00 2001 From: Bersekas Tully <89333694+BoxiYu@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:48:21 +0800 Subject: [PATCH] fix the typo in the prompt template of swelancer_agent, interactign --> interacting (#40) --- swelancer_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swelancer_agent.py b/swelancer_agent.py index 9fe0500..3e64358 100644 --- a/swelancer_agent.py +++ b/swelancer_agent.py @@ -116,7 +116,7 @@ async def run(self, task: ComputerTask) -> AsyncGenerator[Step | FinalResult, No You can include other content in your message, as long as it has the Python code block. You must only submit one code block per message. -The python code block is your means of interactign with the environment; write Python code to view files, edit files, and run commands. Do not leave any steps incomplete. You must implement all fixes yourself. +The python code block is your means of interacting with the environment; write Python code to view files, edit files, and run commands. Do not leave any steps incomplete. You must implement all fixes yourself. When you are done, send "DONE" (and nothing else - you don't need a python code block), and we will grade your submission.