mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
16 lines
453 B
Python
16 lines
453 B
Python
instructions_addendum = """
|
|
####
|
|
|
|
Use the above instructions to modify the supplied files: {file_list}
|
|
Don't change the names of existing functions or classes, as they may be referenced from other code like unit tests, etc.
|
|
Only use standard python libraries, don't suggest installing any packages.
|
|
""" # noqa: E501
|
|
|
|
|
|
test_failures = """
|
|
####
|
|
|
|
See the testing errors above.
|
|
The tests are correct.
|
|
Fix the code in {file_list} to resolve the errors.
|
|
"""
|