Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ChatServerToolChoice type definition
tool_choice.type
{ type: "function", function: { name } }
import { ChatServerToolChoice } from "@openrouter/sdk/models"; let value: ChatServerToolChoice = { type: "openrouter:web_search", };
type
openrouter:web_search
web_search
web_search_preview