Interface StreamChatRunEventsOptions

interface StreamChatRunEventsOptions {
    lastEventId?: number;
    signal?: AbortSignal;
}

Properties

lastEventId?: number

Last event sequence id observed by the caller.

signal?: AbortSignal

Optional AbortSignal to terminate the stream.