pypi rasa 3.0.8

latest releases: 3.6.20, 3.6.19, 3.6.18...
2 years ago
  • #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

    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

Bugfixes

  • #10865: Fixed a bug where the POST /conversations/<conversation_id>/tracker/events endpoint repeated
    session start events when appending events to a new tracker.

Don't miss a new rasa release

NewReleases is sending notifications on new releases.