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( 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(