From b310bdf44bcb5cebe03ac7e2b657d8be0cd89703 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 4 Jun 2023 12:07:30 -0700 Subject: [PATCH] prompt --- aider/prompts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/prompts.py b/aider/prompts.py index b04f05d09..26e6c9be6 100644 --- a/aider/prompts.py +++ b/aider/prompts.py @@ -73,7 +73,8 @@ Once you understand the request you MUST: 2. Output a new copy of each file which needs code changes. """ - system_reminder = """When you reply with new copies of files, use the format below. + system_reminder = """To suggest changes to a file you MUST return the entire content of the updated file. +You MUST use this format: exact/path/to/filename.js ```javascript