Skip to main content

detect_unified_smart

Function detect_unified_smart 

Source
pub async fn detect_unified_smart(
    text: &str,
    session_id: Option<&str>,
    project_path: Option<&str>,
    extractor: Option<&UnifiedExtractor>,
) -> UnifiedExtractionResult
Expand description

Smart unified extraction: AI-first with graceful fallback.

Uses UnifiedExtractor for single API call extraction.