This commit is contained in:
Paul Gauthier 2023-06-21 19:27:48 -07:00
parent 04d0f95af9
commit c14c92474f

View file

@ -19,8 +19,8 @@ class FunctionCoder(Coder):
explanation=dict(
type="string",
description=(
"Explanation of the changes to be made to the code (future tense,"
" markdown format)"
"Step by step plan for the changes to be made to the code (future"
" tense, markdown format)"
),
),
files_to_update=dict(