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

    Type Alias ThreadRealtimeStartedNotification

    EXPERIMENTAL - emitted when thread realtime startup is accepted.

    type ThreadRealtimeStartedNotification = {
        realtimeSessionId: string | null;
        threadId: string;
        version: RealtimeConversationVersion;
    }
    Index

    Properties

    realtimeSessionId: string | null
    threadId: string