Skip to content

2.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 09:48
· 6212 commits to main since this release
9295fca

Bugfixes

  • #8364: Fixed a bug where ListSlots were filled with single items
    in case only one matching entity was extracted for this slot.

    Values applied to ListSlots will be converted to a List
    in case they aren't one.

  • #8581: Fix bug with false rule conflicts

    This essentially reverts PR 8446, except for the tests.
    The PR is redundant due to PR 8646.

  • #8590: Handle AttributeError thrown by empty slot mappings in domain form through refactoring.

  • #8631: Fixed incorrect The action 'utter_<response selector intent>' is used in the stories, but is not a valid utterance action
    error when running rasa data validate with response selector responses in the domain file.

Improved Documentation

  • #8079: Added a note to clarify best practice for resetting all slots after form deactivation.

Miscellaneous internal changes