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

    Type Alias ThreadRealtimeItemAddedNotification

    EXPERIMENTAL - raw non-audio thread realtime item emitted by the backend.

    type ThreadRealtimeItemAddedNotification = {
        item: JsonValue;
        threadId: string;
    }
    Index

    Properties

    Properties

    item: JsonValue
    threadId: string