mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 06:05:00 +00:00
handle not live case
This commit is contained in:
parent
f9086e66d3
commit
8c1e1c7267
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ class WholeFileCoder(Coder):
|
|||
else:
|
||||
self.cur_messages += [dict(role="assistant", content=content)]
|
||||
|
||||
def modify_incremental_response(self):
|
||||
def modify_incremental_response(self, final):
|
||||
resp = self.partial_response_content
|
||||
return self.update_files(resp, mode="diff")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue