Skip to main content

extract_help

Function extract_help 

Source
pub fn extract_help(prop_schema: &Value) -> Option<String>
Expand description

Extract help text from a schema property. Prefers x-llm-description over description. Truncates to HELP_TEXT_MAX_LEN chars (197 + “…”).