Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

models.OutputWebSearchCallItemActionSearch

const value: models.OutputWebSearchCallItemActionSearch = {
  query: "<value>",
  type: "search",
};

models.ActionOpenPage

const value: models.ActionOpenPage = {
  type: "open_page",
};

models.ActionFindInPage

const value: models.ActionFindInPage = {
  pattern: "<value>",
  type: "find_in_page",
  url: "https://qualified-king.org",
};