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