mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
prompt
This commit is contained in:
parent
04d0f95af9
commit
c14c92474f
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ class FunctionCoder(Coder):
|
||||||
explanation=dict(
|
explanation=dict(
|
||||||
type="string",
|
type="string",
|
||||||
description=(
|
description=(
|
||||||
"Explanation of the changes to be made to the code (future tense,"
|
"Step by step plan for the changes to be made to the code (future"
|
||||||
" markdown format)"
|
" tense, markdown format)"
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
files_to_update=dict(
|
files_to_update=dict(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue