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

    Type Alias WebSearchAction

    WebSearchAction:
        | { queries: string[]
        | null; query: string | null; type: "search" }
        | { type: "openPage"; url: string | null }
        | { pattern: string | null; type: "findInPage"; url: string | null }
        | { type: "other" }