aider/aider/coders/prompts_base.py
Paul Gauthier e22373b55a refac
2023-06-20 17:41:56 -07:00

6 lines
278 B
Python

class EditorPrompts:
files_content_gpt_edits = "I committed the changes with git hash {hash} & commit msg: {message}"
files_content_gpt_no_edits = "I didn't see any properly formatted edits in your reply?!"
files_content_local_edits = "I edited the files myself."