OutputWebSearchCallItem - TypeScript SDK

OutputWebSearchCallItem type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { OutputWebSearchCallItem } from "@openrouter/sdk/models";
2
3let value: OutputWebSearchCallItem = {
4 id: "ws-abc123",
5 status: "completed",
6 type: "web_search_call",
7};

Fields

FieldTypeRequiredDescriptionExample
actionmodels.ActionN/A
idstring✔️N/A
statusmodels.WebSearchStatus✔️N/Acompleted
typemodels.TypeWebSearchCall✔️N/A