Skip to content

Commit

Permalink
fix the typo in the prompt template of swelancer_agent, interactign -…
Browse files Browse the repository at this point in the history
…-> interacting (#40)
  • Loading branch information
BoxiYu authored Feb 25, 2025
1 parent 644d279 commit 25ce1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swelancer_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 25ce1b8

Please sign in to comment.