mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
move benchmark prompts into their own file
This commit is contained in:
parent
0845de7a7d
commit
d1f0590911
2 changed files with 19 additions and 14 deletions
16
benchmark/prompts.py
Normal file
16
benchmark/prompts.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
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.
|
||||
Only use standard python libraries, don't suggest installing any packages.
|
||||
"""
|
||||
|
||||
|
||||
test_failures = """
|
||||
####
|
||||
|
||||
See the testing errors above.
|
||||
The tests are correct.
|
||||
Fix the code in {file_list} to resolve the errors.
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue