swapagarwal / JARVIS-on-Messenger

:speech_balloon: A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks
https://m.me/J.A.R.V.I.S.on.Messenger
MIT License
1.34k stars 989 forks source link

Basic conversations not supported #221

Open abhisheksp opened 7 years ago

abhisheksp commented 7 years ago

The bot cannot respond to simple queries like "Hi", "What day is it?".

I believe wit.ai should provide this rather easily

swapagarwal commented 7 years ago

"Hi" should trigger the hello module; can you recheck? "What day is it?" would have to be answered via a new module. Currently, there is no fallback module that can handle such queries. Maybe Wolfram Alpha can be a good source for this.