Future<String> getVisionCompletion(String textPrompt, String imagePath) async { return getVertexAICompletion(textPrompt, imagePath: imagePath); }