MCPcopy Create free account
hub / github.com/freecodexyz/free-code / setInitialMainLoopModel

Function setInitialMainLoopModel

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

Source from the content-addressed store, hash-verified

850}
851
852export function setInitialMainLoopModel(model: ModelSetting): void {
853 STATE.initialMainLoopModel = model
854}
855
856export function getSdkBetas(): string[] | undefined {
857 return STATE.sdkBetas

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected