Skip to content

streamToResponse

streamToResponse(stream, requestMetadata): Promise<IRChatResponse>

Defined in: streaming.ts:232

Collect stream into a complete response.

IRChatStream

Stream to collect

IRMetadata

Original request metadata

Promise<IRChatResponse>

Complete IR response