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

Method get_multi_response_content_in_progress

aider/coders/base_coder.py:2128–2135  ·  view source on GitHub ↗
(self, final=False)

Source from the content-addressed store, hash-verified

2126 self.message_tokens_received = 0
2127
2128 def get_multi_response_content_in_progress(self, final=False):
2129 cur = self.multi_response_content or ""
2130 new = self.partial_response_content or ""
2131
2132 if new.rstrip() != new and not final:
2133 new = new.rstrip()
2134
2135 return cur + new
2136
2137 def get_rel_fname(self, fname):
2138 try:

Callers 4

send_messageMethod · 0.95
get_editsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected