WIP: Updated commit_system prompt to instruct user to speak in past tense.

This commit is contained in:
Paul Gauthier 2023-05-09 12:50:45 -07:00
parent 15d48ff34c
commit 8df0971b4f

View file

@ -120,5 +120,6 @@ ONLY OUTPUT {fname} !!!
commit_system = """You are an expert software engineer.
Review the provided context and diffs which are about to be committed to a git repo.
Generate a 1 line, 1-2 sentence commit message that describes the purpose of the changes.
Speak in the past tense, describing the changes which have been made.
Reply with JUST the commit message, without quotes, comments, questions, etc.
"""