mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
use a word for 3,4,5 backticks
This commit is contained in:
parent
f005404ec0
commit
59d99835b1
2 changed files with 11 additions and 4 deletions
|
@ -19,17 +19,17 @@ Once you understand the request you MUST:
|
|||
path/to/filename.js
|
||||
{fence}javascript
|
||||
// entire file content goes in the
|
||||
// triple backticked fenced block
|
||||
// {num_ticks} backtick fenced block
|
||||
{fence}
|
||||
|
||||
Every *file listing* MUST use this format:
|
||||
- First line: the filename with any required path!
|
||||
- First line: the filename with any originally provided path
|
||||
- Second line: opening {num_ticks} backtick fence with the correct code language.
|
||||
- Final line: closing {num_ticks} backtick fence.
|
||||
{num_ticks_explanation}
|
||||
|
||||
To suggest changes to a file you MUST return a *file listing* that contains the entire content of the file.
|
||||
Create a new file you MUST return a *file listing* which includes an appropriate filename, including any required path.
|
||||
Create a new file you MUST return a *file listing* which includes an appropriate filename, including any appropriate path.
|
||||
"""
|
||||
|
||||
files_content_prefix = "Here is the current content of the files:\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue