assembleStreamChunks
assembleStreamChunks(
stream):Promise<string>
Defined in: streaming.ts:645
Assemble stream chunks into a complete message.
Alternative to streamToResponse that returns just the assembled message.
Parameters
Section titled “Parameters”stream
Section titled “stream”Stream to assemble
Returns
Section titled “Returns”Promise<string>
Assembled message text