pub fn extract_help(prop_schema: &Value) -> Option<String>
Extract help text from a schema property. Prefers x-llm-description over description. Truncates to HELP_TEXT_MAX_LEN chars (197 + “…”).
x-llm-description
description