mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
Add concise docstrings to each xxxCoder class describing their purpose.
This commit is contained in:
parent
3121fa1227
commit
0ff1c36668
5 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@ from .editblock_prompts import EditBlockPrompts
|
|||
|
||||
|
||||
class EditBlockCoder(Coder):
|
||||
"""A coder that uses edit blocks for code modifications."""
|
||||
edit_format = "diff"
|
||||
gpt_prompts = EditBlockPrompts()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue