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

Function canUserConfigureAdvisor

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

Source from the content-addressed store, hash-verified

70}
71
72export function canUserConfigureAdvisor(): boolean {
73 return isAdvisorEnabled() && (getAdvisorConfig().canUserConfigure ?? false)
74}
75
76export function getExperimentAdvisorModels():
77 | { baseModel: string; advisorModel: string }

Callers 4

runFunction · 0.85
advisor.tsFile · 0.85
isHiddenFunction · 0.85

Calls 2

isAdvisorEnabledFunction · 0.85
getAdvisorConfigFunction · 0.85

Tested by

no test coverage detected