mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
handle non-func replies
This commit is contained in:
parent
4caec8dec1
commit
208b3c2022
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ class WholeFileFunctionCoder(Coder):
|
||||||
self.cur_messages += [dict(role="assistant", content=content)]
|
self.cur_messages += [dict(role="assistant", content=content)]
|
||||||
|
|
||||||
def render_incremental_response(self, final=False):
|
def render_incremental_response(self, final=False):
|
||||||
|
if self.partial_response_content:
|
||||||
|
return self.partial_response_content
|
||||||
|
|
||||||
args = self.parse_partial_args()
|
args = self.parse_partial_args()
|
||||||
|
|
||||||
if not args:
|
if not args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue