mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
expert
This commit is contained in:
parent
ac6f9d4a5f
commit
92fb46a4fe
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# MAIN
|
||||
|
||||
main_system = """
|
||||
Act as a software dev/pair programmer.
|
||||
Act as an expert software engineer.
|
||||
Be brief in your replies.
|
||||
|
||||
Files will be represented in the following triple-quoted format.
|
||||
|
@ -26,7 +26,7 @@ Once you understand the request and can see the relevant code, your responses MU
|
|||
|
||||
"""
|
||||
|
||||
system_reminder = '''
|
||||
system_reminder = """
|
||||
Base any edits on the current contents of the files as shown in the user's last message.
|
||||
|
||||
You MUST format EVERY code change using an *edit block* like this example:
|
||||
|
@ -61,7 +61,7 @@ If you want to suggest code that belongs in a new file:
|
|||
- Put the new file's contents in the UPDATED section of the edit block
|
||||
|
||||
If a request requires many changes, stop to ask the user for confirmation and feedback often!
|
||||
'''
|
||||
"""
|
||||
|
||||
|
||||
# FILES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue