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

    Type Alias ThreadSettingsUpdatedNotification

    type ThreadSettingsUpdatedNotification = {
        threadId: string;
        threadSettings: ThreadSettings;
    }
    Index

    Properties

    threadId: string
    threadSettings: ThreadSettings