(String[] args)
| 147 | } |
| 148 | |
| 149 | public static void main(String[] args) throws ApiException, NoApiKeyException, InputRequiredException, InvalidateParameter, InterruptedException { |
| 150 | Assistant assistant = createAssistant(); |
| 151 | run(assistant.getId()); |
| 152 | } |
| 153 | } |
nothing calls this directly
no test coverage detected