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