mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
added "unique lines" to the prompt
This commit is contained in:
parent
87dc262214
commit
1571f34fa3
1 changed files with 3 additions and 3 deletions
|
@ -38,8 +38,8 @@ class EditBlockFunctionCoder(Coder):
|
|||
type="string",
|
||||
),
|
||||
description=(
|
||||
"Some lines from the original file, including all"
|
||||
" whitespace, without skipping any lines"
|
||||
"A unique stretch of lines from the original file,"
|
||||
" including all whitespace, without skipping any lines"
|
||||
),
|
||||
),
|
||||
updated_lines=dict(
|
||||
|
@ -64,7 +64,7 @@ class EditBlockFunctionCoder(Coder):
|
|||
original_lines = dict(
|
||||
type="string",
|
||||
description=(
|
||||
"Some lines from the original file, including all"
|
||||
"A unique stretch of lines from the original file, including all"
|
||||
" whitespace and newlines, without skipping any lines"
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue