mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
2e0a64fd35
commit
e9904172f1
1 changed files with 8 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue