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

    Type Alias WebSearchAction

    WebSearchAction:
        | { queries?: string[]; query?: string; type: "search" }
        | { type: "open_page"; url?: string }
        | { pattern?: string; type: "find_in_page"; url?: string }
        | { type: "other" }