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