From ea15aa72fabad25acef006d82c1b933694c91259 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 20 Jul 2023 09:34:09 -0300 Subject: [PATCH] cleanup --- aider/coders/editblock_coder.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/aider/coders/editblock_coder.py b/aider/coders/editblock_coder.py index df29c330f..0c1fa9288 100644 --- a/aider/coders/editblock_coder.py +++ b/aider/coders/editblock_coder.py @@ -12,9 +12,6 @@ class EditBlockCoder(Coder): self.gpt_prompts = EditBlockPrompts() super().__init__(*args, **kwargs) - def update_cur_messages(self, content, edited): - self.cur_messages += [dict(role="assistant", content=content)] - def update_files(self): content = self.partial_response_content