mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
8 lines
339 B
Python
8 lines
339 B
Python
class CoderPrompts:
|
|
files_content_gpt_edits = "I committed the changes with git hash {hash} & commit msg: {message}"
|
|
|
|
files_content_gpt_edits_no_repo = "I updated the files."
|
|
|
|
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."
|