From c14c92474fd10f8112c66be737b69d1f365ad124 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 21 Jun 2023 19:27:48 -0700 Subject: [PATCH] prompt --- aider/coders/func_coder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(