extractor property
AssetExtractor
get
extractor
Implementation
AssetExtractor get extractor => _extractor;
set
extractor
(AssetExtractor next)
Replace the LLM-backed asset extractor at runtime — host wires the real provider once mcp_llm session is available.
Implementation
set extractor(AssetExtractor next) => _extractor = next;