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

    Type Alias ThreadStatusChangedNotification

    type ThreadStatusChangedNotification = {
        status: ThreadStatus;
        threadId: string;
    }
    Index

    Properties

    Properties

    status: ThreadStatus
    threadId: string