TypeScript SDKAPI ReferenceModelsActionFindInPage - TypeScript SDKCopy pageActionFindInPage type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ActionFindInPage } from "@openrouter/sdk/models";23let value: ActionFindInPage = {4 pattern: "<value>",5 type: "find_in_page",6 url: "https://qualified-king.org",7}; Fields FieldTypeRequiredDescriptionpatternstring✔️N/Atype”find_in_page”✔️N/Aurlstring✔️N/A