chore: Refine ask mode prompt instructions

This commit is contained in:
Paul Gauthier 2025-05-08 12:08:14 -07:00 committed by Paul Gauthier (aider)
parent e4274aa4f6
commit cd7567fcf6

View file

@ -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 = []