mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: Use PatchPrompts class in PatchCoder
This commit is contained in:
parent
af2d241c99
commit
c85cd783e5
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class PatchCoder(Coder):
|
|||
"""
|
||||
|
||||
edit_format = "patch"
|
||||
gpt_prompts = None # Prompts to be added later
|
||||
gpt_prompts = PatchPrompts()
|
||||
|
||||
def get_edits(self) -> List[PatchAction]:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue