feat: Use PatchPrompts class in PatchCoder

This commit is contained in:
Paul Gauthier (aider) 2025-04-14 15:01:36 -07:00
parent af2d241c99
commit c85cd783e5

View file

@ -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]:
"""