()
| 1171 | controller.enqueue(encoder.encode("data: [DONE]\n\n")); |
| 1172 | }; |
| 1173 | const closeController = () => { |
| 1174 | if (closed) return; |
| 1175 | closed = true; |
| 1176 | controller.close(); |
| 1177 | }; |
| 1178 | |
| 1179 | const makeChunk = ( |
| 1180 | delta: Record<string, unknown>, |