Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Action type definition
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", };