streamToText
streamToText(
stream):Promise<string>
Defined in: streaming.ts:265
Collect just the content text from a stream.
Parameters
Section titled “Parameters”stream
Section titled “stream”Stream to collect
Returns
Section titled “Returns”Promise<string>
Complete text content