MCPcopy Create free account
hub / github.com/Noumena-Network/code / getInitialAdvisorSetting

Function getInitialAdvisorSetting

src/utils/advisor.ts:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109export function getInitialAdvisorSetting(): string | undefined {
110 if (!isAdvisorEnabled()) {
111 return undefined
112 }
113 return getInitialSettings().advisorModel
114}
115
116export function getAdvisorUsage(
117 usage: BetaUsage,

Callers 1

runFunction · 0.85

Calls 2

isAdvisorEnabledFunction · 0.85
getInitialSettingsFunction · 0.50

Tested by

no test coverage detected