diff --git a/aider/coders/func_coder.py b/aider/coders/func_coder.py index d15d66b02..48f9f68b1 100644 --- a/aider/coders/func_coder.py +++ b/aider/coders/func_coder.py @@ -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(