mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
cleanup
This commit is contained in:
parent
e9f0c0ced2
commit
92a94d4b99
1 changed files with 0 additions and 30 deletions
30
prompts.py
30
prompts.py
|
@ -61,33 +61,3 @@ files_content_suffix = """
|
||||||
|
|
||||||
BASE ANY EDITS ON THE CURRENT CONTENTS OF THE FILES AS SHOWN IN THIS MESSAGE.
|
BASE ANY EDITS ON THE CURRENT CONTENTS OF THE FILES AS SHOWN IN THIS MESSAGE.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
### EDITOR
|
|
||||||
|
|
||||||
editor_system = """
|
|
||||||
You are an expert code editor.
|
|
||||||
Perform the requested edit.
|
|
||||||
Output ONLY the new version of the file.
|
|
||||||
Just that one file.
|
|
||||||
Do not output explanations!
|
|
||||||
Do not wrap the output in ``` delimiters.
|
|
||||||
"""
|
|
||||||
|
|
||||||
editor_user = """
|
|
||||||
To complete this request:
|
|
||||||
|
|
||||||
{request}
|
|
||||||
|
|
||||||
You need to apply this change:
|
|
||||||
|
|
||||||
{edit}
|
|
||||||
|
|
||||||
To this file:
|
|
||||||
|
|
||||||
{fname}
|
|
||||||
```
|
|
||||||
{content}
|
|
||||||
```
|
|
||||||
|
|
||||||
ONLY OUTPUT {fname} !!!
|
|
||||||
"""
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue