inst: instruction
(self, inst: str, pre_reset=True)
| 84 | |
| 85 | |
| 86 | def run(self, inst: str, pre_reset=True) -> Response: |
| 87 | """ |
| 88 | inst: instruction |
| 89 | """ |
| 90 | raise NotImplementedError |
| 91 | |
| 92 | def generate(self, messages, **kwargs) -> Dict: #TODO |
| 93 | """ |
no outgoing calls
no test coverage detected