botpress / studio

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

fix(actions): fix number of conversations action #328

Closed samuelmasse closed 2 years ago

samuelmasse commented 2 years ago

Fixes the number of conversations actions to use scoped kvs. This will make the welcome bot work correctly on the runtime

Closes DEV-2520

linear[bot] commented 2 years ago
DEV-2520 Fix outdated actions

Some builtin actions use sdk methods that were removed, so they need to be adjusted to work on the runtime (ex : the welcom bot doesn't work because it uses a global kvs)