(self)
| 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: |