Skip to main content
← OpenMECP Documentation

get_tail_section_suggestions

Function get_tail_section_suggestions 

Source
fn get_tail_section_suggestions(content: &str, section_name: &str) -> String
Expand description

Provides suggestions for fixing common tail section formatting issues.

This function analyzes the content and provides specific, actionable suggestions based on common mistakes users make when writing tail sections.

§Arguments

  • content - The problematic content to analyze
  • section_name - The name of the section for context

§Returns

A string containing specific suggestions for fixing the issues