Source Analyzer Properties
data class SourceAnalyzerProperties(val llms: List<<Error class: unknown class>> = listOf(LlmOptions()), val minAgreement: Int = 1)
Configuration for source analyzers. Supports multiple LLMs for parallel analysis with agreement voting.