@@ -91,5 +91,6 @@ export async function fetchSSE(
const str = new TextDecoder().decode(chunk)
feed(str)
}
+ onMessage('[DONE]')