()
| 40 | |
| 41 | // Model for facet extraction and summarization (Opus - best quality) |
| 42 | function getAnalysisModel(): string { |
| 43 | return getDefaultOpusModel() |
| 44 | } |
| 45 | |
| 46 | // Model for narrative insights (Opus - best quality) |
| 47 | function getInsightsModel(): string { |
no test coverage detected