From fcdd640a0970e4216057fa8fb8433c7e2271ca05 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 25 Jul 2023 07:04:14 -0300 Subject: [PATCH] Strong prompt to never elide code --- aider/coders/wholefile_prompts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/coders/wholefile_prompts.py b/aider/coders/wholefile_prompts.py index 68882f66f..53aa2a60c 100644 --- a/aider/coders/wholefile_prompts.py +++ b/aider/coders/wholefile_prompts.py @@ -30,6 +30,7 @@ Every *file listing* MUST use this format: - Final line: closing {fence[1]} To suggest changes to a file you MUST return a *file listing* that contains the entire content of the file. +*NEVER* skip, omit or elide content from a *file listing* using "..." or by adding comments like "... rest of code..."! Create a new file you MUST return a *file listing* which includes an appropriate filename, including any appropriate path. """