mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
instructions_append
This commit is contained in:
parent
ea15e5c60c
commit
c745a3156f
1 changed files with 3 additions and 0 deletions
|
@ -432,6 +432,9 @@ def run_test(
|
|||
else:
|
||||
instructions = ""
|
||||
instructions += (testdir / ".docs/instructions.md").read_text()
|
||||
instructions_append = testdir / ".docs/instructions.md"
|
||||
if instructions_append.exists():
|
||||
instructions += instructions_append.read_text()
|
||||
instructions += prompts.instructions_addendum.format(file_list=file_list)
|
||||
|
||||
io = InputOutput(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue