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

    Type Alias ThreadRealtimeErrorNotification

    EXPERIMENTAL - emitted when thread realtime encounters an error.

    type ThreadRealtimeErrorNotification = {
        message: string;
        threadId: string;
    }
    Index

    Properties

    Properties

    message: string
    threadId: string