botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
38 stars 38 forks source link

fix(builtin): ensure smalltalk qnas have contexts #251

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

WIP

fixes: BUS-188

There was 2 bugs:

  1. smalltalk QNAs had no contexts, so intents made of these had no contexts either. The NLU Server does not allow that (as it should)
  2. NLU Server running on cloud has a better error reporting mechanism than the one running in binary, so errors looked like [Object object]... This PR supports both error format.
linear[bot] commented 2 years ago
BUS-188 Bug#1 Error occurs while re-training a bot

**Screenshot shared by Sylvain on Slack** [https://botpresshq.slack.com/archives/C02AFENA9C5/p1642546771001800](https://botpresshq.slack.com/archives/C02AFENA9C5/p1642546771001800)