Action type "open_page" - Opens a specific URL from search results.

interface OpenPage {
    type: "open_page";
    url: string;
}

Properties

Properties

type: "open_page"

The action type.

url: string

The URL opened by the model.