Exclude intents with stages

cli

#1

I want to exclude some Intents from my language model in certain stages. Is there already a way to do that in a efficiant way? If not, i would like to request that feature.

Examlple workflow for a Stage:

  1. Load Language Model
  2. Remove excluded intents (Intentnames provided as array of strings)
  3. Add or override intents (this part already exists)
  4. Continue…

Thx for your help :slight_smile:


#2

Interesting suggestion, thanks for bringing that up. Tagging @rubenaeg.


#3

Definitely worth looking into, thanks for the suggestion :+1:


#4

Hi Tobias,

we include some testing Intents only on development and staging and doing this in the project.js: