pub async fn generate_commit_message(
commit_type: Option<String>,
message: Option<String>,
auto_add: bool,
amend: bool,
no_review: bool,
no_translate: bool,
only_chinese: bool,
only_english: bool,
no_influence: bool,
no_log: bool,
issues: Option<String>,
) -> Result<()>