MCPcopy Index your code
hub / github.com/Noumena-Network/code / getMainLoopModelOverride

Function getMainLoopModelOverride

src/bootstrap/state.ts:854–856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

852 * updates their configured model.
853 */
854export function getMainLoopModelOverride(): ModelSetting | undefined {
855 return STATE.mainLoopModelOverride
856}
857
858export function getInitialMainLoopModel(): ModelSetting {
859 return STATE.initialMainLoopModel

Callers 5

buildInheritedCliFlagsFunction · 0.85
restoreAgentFromSessionFunction · 0.85
buildInheritedCliFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected