mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: Improve ask prompt to elide unchanging code
This commit is contained in:
parent
606e27a337
commit
96bc57167f
1 changed files with 2 additions and 3 deletions
|
@ -8,9 +8,8 @@ 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!
|
||||
Don't return entire updated source files.
|
||||
Describe code changes however you like, but elide unchanging code.
|
||||
Don't use SEARCH/REPLACE blocks or return huge swaths of unchanging code.
|
||||
"""
|
||||
|
||||
example_messages = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue