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

    Type Alias WebSearchItem

    type WebSearchItem = {
        action: v2.WebSearchAction | null;
        id: string;
        query: string;
    }
    Index

    Properties

    Properties

    action: v2.WebSearchAction | null
    id: string
    query: string