Generates a streaming response from the backend with the provided Contents.
@param prompt A Content to send to the model.
Stream<GenerateContentResponse> sendMessageStream(Content prompt);