mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 13:54:59 +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
|
||||
```
|
||||
... 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! ...
|
||||
```
|
||||
AFTER
|
||||
```
|
||||
... new lines to replace them with ...
|
||||
```
|
||||
|
||||
Don't forget the ``` delimiters!
|
||||
'''
|
||||
|
||||
prompt_comments = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue