in server-js/app.js [123:126]
for await (const chunk of result.stream) { const chunkText = chunk.text(); res.write(chunkText); }