## Methods that TBot can call in getTestInput().
For query and control the app under test and system under test from inside the TBot execution.
==path=API.modelMan==
## Description
AI model management API group
## Group Methods
1. **loadJsonModel**, path=API.modelMan.loadJsonModel
* Description: load json model for ready use.
* Return Value: a dict as returned by json.load()
2. **loadTorchModel**, path=API.modelMan.loadTorchModel
* Description: load torch model for ready use.
* Return Value: a dict as returned by torch.load()