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

Method setSessionModel

hub/src/store/sessionStore.ts:67–69  ·  view source on GitHub ↗
(id: string, model: string | null, namespace: string, options?: { touchUpdatedAt?: boolean })

Source from the content-addressed store, hash-verified

65 }
66
67 setSessionModel(id: string, model: string | null, namespace: string, options?: { touchUpdatedAt?: boolean }): boolean {
68 return setSessionModel(this.db, id, model, namespace, options)
69 }
70
71 setSessionModelReasoningEffort(
72 id: string,

Callers 4

handleSessionAliveMethod · 0.80
applySessionConfigMethod · 0.80
mergeSessionDataMethod · 0.80

Calls 1

setSessionModelFunction · 0.90

Tested by

no test coverage detected