The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ResponsesWebSearchCallOutput } from "@openrouter/sdk/models";
let value: ResponsesWebSearchCallOutput = {
type: "web_search_call",
id: "search-abc123",
status: "completed",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
type | models.ResponsesWebSearchCallOutputType | :heavy_check_mark: | N/A | |
id | string | :heavy_check_mark: | N/A | |
status | models.WebSearchStatus | :heavy_check_mark: | N/A | completed |