pub fn detect_misconfiguration_in_llm_error(
error: &LLMError,
) -> Option<ConfigGuidance>Expand description
Detect configuration failures using both the primary LLM error message and
provider metadata such as model_not_found or invalid_api_key.