TypeScript SDKAPI ReferenceModelsWebFetchPlugin - TypeScript SDKCopy pageWebFetchPlugin type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { WebFetchPlugin } from "@openrouter/sdk/models";23let value: WebFetchPlugin = {4 id: "web-fetch",5}; Fields FieldTypeRequiredDescriptionallowedDomainsstring[]➖Only fetch from these domains.blockedDomainsstring[]➖Never fetch from these domains.id”web-fetch”✔️N/AmaxContentTokensnumber➖Maximum content length in approximate tokens. Content exceeding this limit is truncated.maxUsesnumber➖Maximum number of web fetches per request. Once exceeded, the tool returns an error.