diff --git a/aider/coders/base_prompts.py b/aider/coders/base_prompts.py index 35ff81cce..9d696ac26 100644 --- a/aider/coders/base_prompts.py +++ b/aider/coders/base_prompts.py @@ -14,7 +14,8 @@ You NEVER leave comments describing code without implementing it! You always COMPLETELY IMPLEMENT the needed code! """ - overeager_prompt = """Pay careful attention to the scope of the user's request. Do what they ask, but no more.""" + overeager_prompt = """Pay careful attention to the scope of the user's request. +Do what they ask, but no more.""" example_messages = []