Strong prompt to never elide code

This commit is contained in:
Paul Gauthier 2023-07-25 07:04:14 -03:00
parent d146398434
commit fcdd640a09

View file

@ -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.
"""