mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +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
|
@ -4,5 +4,6 @@ from .editblock_fenced_prompts import EditBlockFencedPrompts
|
|||
|
||||
|
||||
class EditBlockFencedCoder(EditBlockCoder):
|
||||
"""A coder that uses fenced edit blocks for code modifications."""
|
||||
edit_format = "diff-fenced"
|
||||
gpt_prompts = EditBlockFencedPrompts()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue