aider/aider/coders/base_prompts.py
Paul Gauthier e8e2ea9d89 rename
2023-06-22 11:56:55 -07:00

6 lines
277 B
Python

class CoderPrompts:
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."