Future<String> moderateContent(String input) async => openAIChatModelConnector.moderateContent(input);