Rasa: 2.8.24 Release

Release date:
February 11, 2022
Previous version:
2.8.23 (released February 1, 2022)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 2.8.24

Could not determine top contributors for this release.

Directory Browser for 2.8.24

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • #10394: Allow single tokens in rasa end-to-end test files to be annotated with multiple entities.

Some entity extractors (s.a. RegexEntityExtractor) can generate multiple entities from a single expression. Before this change, rasa test would fail in this case, because test stories could not be annotated correctly. New annotation option is
YAML stories: - story: Some story steps: - user: | cancel my [iphone][{"entity":"iphone", "value":"iphone"},{"entity":"smartphone", "value":"true"}{"entity":"mobile_service", "value":"true"}] intent: cancel_contract