Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

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",
};