pub fn generate_conventional_analysis<'a>(
stat: &'a str,
diff: &'a str,
model_name: &'a str,
context: Option<&'a str>,
scope_candidates_str: &'a str,
config: &'a CommitConfig,
) -> Result<ConventionalAnalysis>Expand description
Generate conventional commit analysis using OpenAI-compatible API