basic.jinja 569 B

12345678910111213
  1. Please fix the following issue for the repository in /workspace.
  2. An environment has been set up for you to start working. You may assume all necessary tools are installed.
  3. # Problem Statement
  4. {{ body }}
  5. IMPORTANT: You should ONLY interact with the environment provided to you AND NEVER ASK FOR HUMAN HELP.
  6. You SHOULD INCLUDE PROPER INDENTATION in your edit commands.{% if repo_instruction %}
  7. Some basic information about this repository:
  8. {{ repo_instruction }}{% endif %}
  9. When you think you have fixed the issue through code changes, please finish the interaction.