Builds a complete single-message stream.
Full response text.
The start, text and end chunks, ready to write in order.
for (const chunk of delta.textResponse("hello")) yield chunk; Copy
for (const chunk of delta.textResponse("hello")) yield chunk;
Builds a complete single-message stream.