Future<String> getTextCompletion(String textPrompt) async { return getVertexAICompletion(textPrompt); }