Skip to content

tapStream

tapStream(stream, callback): IRChatStream

Defined in: streaming.ts:197

Tap into stream without modifying it.

IRChatStream

Original stream

(chunk) => void | Promise<void>

Function to call for each chunk

IRChatStream

Same stream