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