import type * as SarvamAI from "../index.js"; export type ToolChoiceOption = "none" | "auto" | "required" | SarvamAI.ChatCompletionNamedToolChoice;