filterStream
filterStream(
stream,predicate):IRChatStream
Defined in: streaming.ts:163
Filter stream chunks.
Parameters
Section titled “Parameters”stream
Section titled “stream”Original stream
predicate
Section titled “predicate”(chunk) => boolean
Filter predicate
Returns
Section titled “Returns”Filtered stream