pub fn detect_parameterizable_values(texts: &[&str]) -> Vec<ParameterSuggestion>Expand description
Scan text content for parameterizable values and return suggestions.
This is the main entry point — call with all text from a workflow (concatenated step descriptions, commands, etc.).