From 053a6af9dcd2c2702efd243bfa388c9b73d4526e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 29 Aug 2024 13:21:32 -0700 Subject: [PATCH] prompt tweaks --- aider/coders/editblock_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/coders/editblock_prompts.py b/aider/coders/editblock_prompts.py index 31f7abc60..39200c7e8 100644 --- a/aider/coders/editblock_prompts.py +++ b/aider/coders/editblock_prompts.py @@ -164,7 +164,7 @@ Only create *SEARCH/REPLACE* blocks for files that the user has added to the cha To move code within a file, use 2 *SEARCH/REPLACE* blocks: 1 to delete it from its current location, 1 to insert it in the new location. -Pay attention to which files the user wants you to edit, especially if they are asking you to create a new file. +Pay attention to which filenames the user wants you to edit, especially if they are asking you to create a new file. If you want to put code in a new file, use a *SEARCH/REPLACE block* with: - A new file path, including dir name if needed