mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
better
This commit is contained in:
parent
a84724368c
commit
936b390d1d
1 changed files with 3 additions and 1 deletions
4
coder.py
4
coder.py
|
@ -31,13 +31,15 @@ DO NOT OUTPUT CODE BLOCKS EXCEPT BY USING THIS BEFORE/AFTER COMMAND FORMAT:
|
||||||
BEFORE path/to/filename.ext
|
BEFORE path/to/filename.ext
|
||||||
```
|
```
|
||||||
... unchanged lines from the original file ...
|
... unchanged lines from the original file ...
|
||||||
... don't include a lot of extra lines which won't change! ...
|
... only include lines around needed changes! ...
|
||||||
... NEVER INCLUDE AN ENTIRE FILE! ...
|
... NEVER INCLUDE AN ENTIRE FILE! ...
|
||||||
```
|
```
|
||||||
AFTER
|
AFTER
|
||||||
```
|
```
|
||||||
... new lines to replace them with ...
|
... new lines to replace them with ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Don't forget the ``` delimiters!
|
||||||
'''
|
'''
|
||||||
|
|
||||||
prompt_comments = '''
|
prompt_comments = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue