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 id: "ws-abc123",5 status: "completed",6 type: "web_search_call",7}; Fields FieldTypeRequiredDescriptionExampleactionmodels.Action➖N/Aidstring✔️N/Astatusmodels.WebSearchStatus✔️N/Acompletedtypemodels.TypeWebSearchCall✔️N/A