MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getAnalysisModel

Function getAnalysisModel

src/commands/insights.ts:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

summarizeTranscriptChunkFunction · 0.85
extractFacetsFromAPIFunction · 0.85

Calls 1

getDefaultOpusModelFunction · 0.85

Tested by

no test coverage detected