OutputWebSearchCallItemActionSearch - TypeScript SDK

OutputWebSearchCallItemActionSearch type definition

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

Example Usage

1import { OutputWebSearchCallItemActionSearch } from "@openrouter/sdk/models";
2
3let value: OutputWebSearchCallItemActionSearch = {
4 query: "<value>",
5 type: "search",
6};

Fields

FieldTypeRequiredDescription
queriesstring[]N/A
querystring✔️N/A
sourcesmodels.WebSearchSource[]N/A
type”search”✔️N/A