/**
 * Representation of the 'AzureOpenAiResponseFormatJsonObject' schema.
 */
export type AzureOpenAiResponseFormatJsonObject = {
    /**
     * The type of response format being defined: `json_object`
     */
    type: 'json_object';
} & Record<string, any>;
//# sourceMappingURL=response-format-json-object.d.ts.map