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

    Type Alias FuzzyFileSearchSessionUpdatedNotification

    type FuzzyFileSearchSessionUpdatedNotification = {
        files: FuzzyFileSearchResult[];
        query: string;
        sessionId: string;
    }
    Index

    Properties

    Properties

    query: string
    sessionId: string