/// Text input configuration
///
/// # Examples
///
/// ```
/// use llama_cpp_bindings::mtmd::MtmdInputText;
///
/// let input = MtmdInputText {
/// text: "Describe this image.".to_string(),
/// add_special: true,
/// parse_special: true,
/// };
/// ```