Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
ToolChoiceAllowed type definition
import { ToolChoiceAllowed } from "@openrouter/sdk/models"; let value: ToolChoiceAllowed = { mode: "auto", tools: [ { "name": "get_weather", "type": "function", }, ], type: "allowed_tools", };
mode
tools
Record<string, *any*>
type