mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
prompt golf
This commit is contained in:
parent
7c1112ab20
commit
fed1265bb4
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ class Coder:
|
|||
repo_content += files_listing
|
||||
|
||||
if all_content:
|
||||
all_content += "\n\n"
|
||||
all_content += "\n"
|
||||
|
||||
all_content += repo_content
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ files_content_gpt_no_edits = "I didn't see any properly formatted edits in your
|
|||
|
||||
files_content_local_edits = "I edited the files myself."
|
||||
|
||||
files_content_prefix = "Propose changes to *only* these files (ask before editing others):\n\n"
|
||||
files_content_prefix = "Propose changes to *only* these files (ask before editing others):\n"
|
||||
|
||||
repo_content_prefix = (
|
||||
"Here is a map of all the {other}files{ctags_msg}. You *must* ask with the"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue