This commit is contained in:
Paul Gauthier 2023-06-22 12:03:12 -07:00
parent 1c264eef67
commit 63f1c17a76

View file

@ -487,7 +487,6 @@ class Coder:
interrupted = True
if not silent:
# TODO...
if self.partial_response_content:
self.io.ai_output(self.partial_response_content)
elif self.partial_response_function_call: