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

Function setMainLoopModelOverride

src/bootstrap/state.ts:862–866  ·  view source on GitHub ↗
(
  model: ModelSetting | undefined,
)

Source from the content-addressed store, hash-verified

860}
861
862export function setMainLoopModelOverride(
863 model: ModelSetting | undefined,
864): void {
865 STATE.mainLoopModelOverride = model
866}
867
868export function setInitialMainLoopModel(model: ModelSetting): void {
869 STATE.initialMainLoopModel = model

Callers 9

runFunction · 0.85
restoreAgentFromSessionFunction · 0.85
onChangeAppStateFunction · 0.85
runHeadlessStreamingFunction · 0.85
onSetModelFunction · 0.85
handleInitializeRequestFunction · 0.85
loadInitialMessagesFunction · 0.85
onSetModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected