Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getCurrentModel
Function · 0.80
runMainLoop
Method · 0.80
syncCurrentConfigFromSession
Function · 0.80
runClaude
Function · 0.80
getCurrentModel
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected