1 2 3 4
pub fn set_json(&mut self, is_json: bool) { self.response_format = ResponseFormat::new(is_json); }