@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ThreadRealtimeClosedNotification

    EXPERIMENTAL - emitted when thread realtime transport closes.

    type ThreadRealtimeClosedNotification = {
        reason: string | null;
        threadId: string;
    }
    Index

    Properties

    Properties

    reason: string | null
    threadId: string