mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 06:05: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
|
@ -8,6 +8,7 @@ from .wholefile_prompts import WholeFilePrompts
|
|||
|
||||
|
||||
class WholeFileCoder(Coder):
|
||||
"""A coder that operates on entire files for code modifications."""
|
||||
edit_format = "whole"
|
||||
gpt_prompts = WholeFilePrompts()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue