Skip to content

catchStreamErrors

catchStreamErrors(stream, onError): IRChatStream

Defined in: streaming.ts:360

Wrap stream with error handling.

IRChatStream

Original stream

(error) => IRStreamChunk | null

Error handler

IRChatStream

Wrapped stream