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.
ChatToolChoice type definition
models.ChatToolChoiceNone
const value: models.ChatToolChoiceNone = "none";
models.ChatToolChoiceAuto
const value: models.ChatToolChoiceAuto = "auto";
models.ChatToolChoiceRequired
const value: models.ChatToolChoiceRequired = "required";
models.ChatNamedToolChoice
const value: models.ChatNamedToolChoice = { function: { name: "get_weather", }, type: "function", };
models.ChatServerToolChoice
const value: models.ChatServerToolChoice = { type: "openrouter:web_search", };