mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
chore: Refine ask mode prompt instructions
This commit is contained in:
parent
e4274aa4f6
commit
cd7567fcf6
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ class AskPrompts(CoderPrompts):
|
|||
Answer questions about the supplied code.
|
||||
Always reply to the user in {language}.
|
||||
|
||||
Describe code changes however you like. Don't use SEARCH/REPLACE blocks!
|
||||
Describe code changes however you like.
|
||||
Don't use SEARCH/REPLACE blocks!
|
||||
Don't return entire updated source files.
|
||||
"""
|
||||
|
||||
example_messages = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue