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

Function getChicagoCoordinateMode

src/utils/computerUse/gates.ts:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77// GB flip tell the model "pixels" while transforming clicks as normalized.
78let frozenCoordinateMode: CoordinateMode | undefined
79export function getChicagoCoordinateMode(): CoordinateMode {
80 frozenCoordinateMode ??= readConfig().coordinateMode
81 return frozenCoordinateMode
82}

Callers 3

getOrBindFunction · 0.85
setupComputerUseMCPFunction · 0.85

Calls 1

readConfigFunction · 0.85

Tested by

no test coverage detected