manthanhd / talkify

Talkify is an open source framework with an aim to standardize and model conversational AI enabling development of personal assistants and chat bots. The mission of this framework is to make developing chat bots and personal assistants as easy as spinning up a simple website in html.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined topic for skills does not work when confidence resolution for skill fails

manthanhd opened this issue · comments

So when topic could not be resolved, skill with undefined topic is invoked. However, this behaviour should persist when topic is defined but a skill could not be resolved, maybe because a skill with a lower confidence level was not defined.