export interface ResponseFormat {
    type: 'text' | 'json_object';
}
