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

Method setSessionModelReasoningEffort

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

Source from the content-addressed store, hash-verified

69 }
70
71 setSessionModelReasoningEffort(
72 id: string,
73 modelReasoningEffort: string | null,
74 namespace: string,
75 options?: { touchUpdatedAt?: boolean }
76 ): boolean {
77 return setSessionModelReasoningEffort(this.db, id, modelReasoningEffort, namespace, options)
78 }
79
80 setSessionEffort(id: string, effort: string | null, namespace: string, options?: { touchUpdatedAt?: boolean }): boolean {
81 return setSessionEffort(this.db, id, effort, namespace, options)

Callers 3

handleSessionAliveMethod · 0.80
applySessionConfigMethod · 0.80
mergeSessionDataMethod · 0.80

Calls 1

Tested by

no test coverage detected