TypeScript SDKAPI ReferenceModelsOutputWebSearchCallItem - TypeScript SDKCopy pageOutputWebSearchCallItem type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OutputWebSearchCallItem } from "@openrouter/sdk/models";23let value: OutputWebSearchCallItem = {4 action: {5 pattern: "<value>",6 type: "find_in_page",7 url: "https://faraway-deduction.net",8 },9 id: "ws-abc123",10 status: "completed",11 type: "web_search_call",12}; Fields FieldTypeRequiredDescriptionExampleactionmodels.Action✔️N/Aidstring✔️N/Astatusmodels.WebSearchStatus✔️N/Acompletedtypemodels.TypeWebSearchCall✔️N/A