mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +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
|
@ -44,6 +44,7 @@ other_hunks_applied = (
|
|||
|
||||
|
||||
class UnifiedDiffCoder(Coder):
|
||||
"""A coder that uses unified diff format for code modifications."""
|
||||
edit_format = "udiff"
|
||||
gpt_prompts = UnifiedDiffPrompts()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue