mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
unified diffs
This commit is contained in:
parent
3aa17c46dd
commit
7113a30271
18 changed files with 243 additions and 96 deletions
|
@ -2,9 +2,9 @@ instructions_addendum = """
|
|||
####
|
||||
|
||||
Use the above instructions to modify the supplied files: {file_list}
|
||||
Keep and implement the existing function or class stubs, they will be called from unit tests.
|
||||
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 = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue