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.
ToolChoice type definition
models.ToolChoiceAuto
const value: models.ToolChoiceAuto = { type: "auto", };
models.ToolChoiceAny
const value: models.ToolChoiceAny = { type: "any", };
models.ToolChoiceNone
const value: models.ToolChoiceNone = { type: "none", };
models.ToolChoiceTool
const value: models.ToolChoiceTool = { name: "<value>", type: "tool", };