pub fn build_default() -> SummarizerResult<Arc<dyn Summarizer>>Expand description
Build the default summarizer from environment.
CEL_SUMMARIZER_PROVIDER=anthropic(or unset) → try Anthropic; fall back to Ollama when the API key is missing or construction fails.CEL_SUMMARIZER_PROVIDER=ollama→ Ollama directly.