- Add `GetAirPrivateInput` method to the ModBuiltin the same way the rest of the builtins do - Once added, this method should be called from accordingly from [here](https://github.com/NethermindEth/cairo-vm-go/blob/0d1b966efef8f18c3042ac86d3fb593807d3b463/pkg/runner/air_input.go#L64) and `AirPrivateInput` structure should also be updated to include this builtin Check [here](https://github.com/lambdaclass/cairo-vm/blob/3fb0344ce038b3a68cae897c403d1f561cfe8da7/vm/src/air_private_input.rs) for reference