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