aider/aider/coders/editor_whole_coder.py
2024-09-26 16:16:05 -07:00

7 lines
223 B
Python

from .editor_whole_prompts import EditorWholeFilePrompts
from .wholefile_coder import WholeFileCoder
class EditorWholeFileCoder(WholeFileCoder):
edit_format = "editor-whole"
gpt_prompts = EditorWholeFilePrompts()