VoiceAgentToolChoice type

Tool-selection behavior for a voice agent.

type VoiceAgentToolChoice =
  | "none"
  | "auto"
  | "required"
  | ToolChoiceFunction
  | ToolChoiceMCP