This commit is contained in:
Paul Gauthier 2024-07-16 18:49:44 +01:00
parent 2e0a64fd35
commit e9904172f1

View file

@ -72,13 +72,15 @@ the code's output before asking for changes or corrections.
<div class="chat-transcript" markdown="1">
> Aider v0.43.5-dev
#### /run python tmp.py
#### /run python myscript.py
```
Traceback (most recent call last):
File "myscript.py", line 22, in \<module\
raise ValueError("something bad happened")
ValueError: something bad happened
```
> Traceback (most recent call last):
> File "myscript.py", line 22, in <module>
> raise ValueError("something bad happened")
> ValueError: something bad happened
>
> Add the output to the chat? y
</div>