Generates a response from the backend with the provided Contents.
prompt is a group of Contents to send to the model.
prompt
Future<GenerateContentResponse> generateContent(List<Content> prompt);