change prompt to abs path

This commit is contained in:
Xingyao Wang
2024-05-28 01:09:25 +08:00
parent 2a1cc9a089
commit deef10b43e

View File

@@ -274,7 +274,7 @@ Looks like a rounding issue here: https://github.com/marshmallow-code/marshmallo
ASSISTANT:
Let's first start by reproducing the results of the issue. The issue includes some example code for reproduction, which we can use. We'll create a new file called `reproduce.py` and paste the example code into it.
<execute_ipython>
create_file('reproduce.py')
create_file('/workspace/marshmallow-code__marshmallow/reproduce.py')
</execute_ipython>
USER: