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

    Type Alias ThreadNameUpdatedNotification

    type ThreadNameUpdatedNotification = {
        threadId: string;
        threadName?: string;
    }
    Index

    Properties

    threadId: string
    threadName?: string