Bugfixes
-
#5974:
ActionRestart
will now triggerActionSessionStart
as a followup action. -
#7317: Fixed Rasa Open Source not being able to fetch models from certain URLs.
This addresses an issue introduced in 2.0.3 where
rasa-production
could not use the models fromrasa-x
in Rasa X server mode. -
#7316:
SingleStateFeaturizer
checks whether it was trained withRegexInterpreter
as
NLU interpreter. If that is the case,RegexInterpreter
is used during prediction.