mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
wip
This commit is contained in:
parent
582143d563
commit
2358b638b8
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ class EditBlockFunctionCoder(Coder):
|
|||
type="object",
|
||||
required=["path", "original_lines", "updated_lines"],
|
||||
properties=dict(
|
||||
file_path=dict(
|
||||
path=dict(
|
||||
type="string",
|
||||
description="Path of file to edit",
|
||||
),
|
||||
|
@ -38,7 +38,7 @@ class EditBlockFunctionCoder(Coder):
|
|||
type="string",
|
||||
description=(
|
||||
(
|
||||
"Portion of the original file, including all"
|
||||
"Lines from the original file, including all"
|
||||
" whitespace, newlines, without skipping any lines"
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue