pub async fn detect_unified_smart(
text: &str,
session_id: Option<&str>,
project_path: Option<&str>,
extractor: Option<&UnifiedExtractor>,
) -> UnifiedExtractionResultExpand description
Smart unified extraction: AI-first with graceful fallback.
Uses UnifiedExtractor for single API call extraction.