TypeScript SDKAPI ReferenceModelsAnthropicWebSearchResultBlockParam - TypeScript SDKCopy pageAnthropicWebSearchResultBlockParam type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { AnthropicWebSearchResultBlockParam } from "@openrouter/sdk/models";23let value: AnthropicWebSearchResultBlockParam = {4 encryptedContent: "enc_content_0",5 title: "Example Page",6 type: "web_search_result",7 url: "https://example.com",8}; Fields FieldTypeRequiredDescriptionencryptedContentstring✔️N/ApageAgestring➖N/Atitlestring✔️N/Atypemodels.AnthropicWebSearchResultBlockParamType✔️N/Aurlstring✔️N/A