MCPcopy
hub / github.com/Aider-AI/aider / render_incremental_response

Method render_incremental_response

aider/coders/base_coder.py:1983–1984  ·  view source on GitHub ↗
(self, final)

Source from the content-addressed store, hash-verified

1981 self.mdstream.update(show_resp, final=final)
1982
1983 def render_incremental_response(self, final):
1984 return self.get_multi_response_content_in_progress()
1985
1986 def remove_reasoning_content(self):
1987 """Remove reasoning content from the model's response."""

Callers 2

show_send_outputMethod · 0.95

Tested by

no test coverage detected