aider/benchmark/prompts.py
2023-12-17 12:54:34 -08:00

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