watson-developer-cloud/assistant-with-discovery

add case to handle low confidence/no results from discovery

mitchmason opened this issue · 3 comments

currently, if discovery is giving back poor results, it returns an empty array i think, need to update this to at least give a message to user saying no results found or something like that.

@stevenpkg This will need to be added in your code, unfortunately the workspace doesn't handle/display the Discovery result.

Good idea, will implement

have implemented this now, see pull request #92