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