import type * as SarvamAI from "../index.js"; export interface ResponseFormatJsonSchema { /** Structured Outputs configuration options, including a JSON Schema. */ json_schema: SarvamAI.JsonSchemaDefinition; }