MCPcopy Create free account
hub / github.com/tiann/hapi / getModel

Method getModel

cli/src/agent/sessionBase.ts:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 }
163
164 getModel(): SessionModel | undefined {
165 return this.model;
166 }
167
168 getModelReasoningEffort(): SessionModelReasoningEffort | undefined {
169 return this.modelReasoningEffort;

Callers 5

getCurrentModelFunction · 0.80
runMainLoopMethod · 0.80
runClaudeFunction · 0.80
getCurrentModelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected