mandarwagh9/KisanAI ? reverse-engineered prompt

Reverse engineered prompt

Build me a WhatsApp chatbot for farmers that can answer agriculture questions in a helpful, simple way.

I want it to run as a small Flask app, connect to the WhatsApp Business API, and use AI to give advice about crops, pests, diseases, market prices, and government schemes. It should also be able to handle plant photos for disease detection, voice messages with transcription, and support a few Indian languages so farmers can chat in the language they know best.

Please include conversation history so replies feel personal and remember context. Make sure the webhook is secure, and add a basic way to validate AI responses so it does not give obviously bad advice. It should use local data files for crop diseases, schemes, knowledge, and prices, and be easy to set up with an env file for keys and tokens.

If anything is unclear, look up the current docs online and make it work cleanly.