mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
cleanup
This commit is contained in:
parent
25c03535cc
commit
ea15aa72fa
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue