(String[] args)
| 67 | } |
| 68 | |
| 69 | public static void main(String[] args) throws ApiException, NoApiKeyException, InputRequiredException, InvalidateParameter, InterruptedException { |
| 70 | Assistant assistant = createAssistant(); |
| 71 | run(assistant.getId()); |
| 72 | } |
| 73 | } |
nothing calls this directly
no test coverage detected