i predicted it using Firebase churn predictions, He is active buyer of catgeory items from our platform, I want to send push notification to engage him with our application, Application is already in user\'s phone, I want to send him link of the relevant items he viewed, item link is \"www.xyz.com/item1, Also add some message for view discounts on specific categories. user name and category will be passed in prompt""", ) response = chat.send_message("""Generate push notificaiton title and message to send to user \"Abid\", Category name \"XYZ\", generate response in json""", **parameters) print(f"Response from Model: {response.text}") Generate Personalized Push