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

Method format_messages

aider/coders/base_coder.py:1333–1338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1331 return chunks
1332
1333 def format_messages(self):
1334 chunks = self.format_chat_chunks()
1335 if self.add_cache_headers:
1336 chunks.add_cache_control_headers()
1337
1338 return chunks
1339
1340 def warm_cache(self, chunks):
1341 if not self.add_cache_headers:

Callers 5

send_messageMethod · 0.95
show_exhausted_errorMethod · 0.95
mainFunction · 0.80

Calls 2

format_chat_chunksMethod · 0.95