mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
repo_content_prefix = None in whole-func
This commit is contained in:
parent
16a89fb5ab
commit
cc79f62498
1 changed files with 1 additions and 5 deletions
|
@ -21,8 +21,4 @@ NEVER return code outside the `write_file` function.
|
|||
|
||||
redacted_edit_message = "No changes are needed."
|
||||
|
||||
# TODO: make this optional, since this Coder doesn't use it
|
||||
repo_content_prefix = (
|
||||
"Below here are summaries of other files! Do not propose changes to these *read-only*"
|
||||
" files without asking me first.\n"
|
||||
)
|
||||
repo_content_prefix = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue