pub fn resolve_config() -> Result<SummaryConfig, SummarizeError>Expand description
Resolves summary configuration from the config file and environment variables.
Environment variables take precedence over config file values:
LORE_SUMMARY_PROVIDERoverridessummary_providerLORE_SUMMARY_API_KEYoverrides the provider-specific API keyLORE_SUMMARY_MODELoverrides the provider-specific model
Returns NotConfigured if no provider or API key is set.