Skip to content

Commit 502b863

Browse files
committed
copy
1 parent b2444b4 commit 502b863

File tree

5 files changed

+1023
-1007
lines changed

5 files changed

+1023
-1007
lines changed

aider/coders/context_prompts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ContextPrompts(CoderPrompts):
1717
Only return files that will need to be modified, not files that contain useful/relevant functions.
1818
1919
You are only to discuss EXISTING files and symbols.
20-
Only return existing files, don't suggest the names of new files we will need to create.
20+
Only return existing files, don't suggest the names of new files or functions that we will need to create.
2121
2222
Always reply to the user in {language}.
2323
@@ -26,9 +26,9 @@ class ContextPrompts(CoderPrompts):
2626
1. A bulleted list of files the will need to be edited, and symbols that are highly relevant to the user's request.
2727
2. A list of classes/functions/methods/variables that are located OUTSIDE those files which will need to be understood. Just the symbols names, *NOT* file names.
2828
29-
Here an example response, use this format:
29+
# Your response *MUST* use this format:
3030
31-
## Files to modify, with their relevant symbols:
31+
## ALL files we need to modify, with their relevant symbols:
3232
3333
- alarms/buzz.py
3434
- `Buzzer` class which can make the needed sound

0 commit comments

Comments
 (0)