Rasa X end-to-end transcript not formatted correctly

The end-to-end story transcript in the top right hand corner doesn’t output labeled entities correctly:

* enter_data: [neu] (sentiment) My name [Patrice][Bechard](last_name)name)ice Bechard

whererin the labels should be:

  • Patrice: first_name
  • Bechard: last_name

and for phone numbers:

* enter_data: [neu] (sentime[4388764567](number_phone)567

where it is equally jumbled up!

Does anyone know why this is happening?

Hi @lfabing, can you post a screenshot of the issue? And which Rasa X version it happens on?

It’s kind of hard to post a screenshot of that tiny window but here is the story:

- slot{"negative_sentiment_history":[0]}

- slot{"negative_sentiment_score":0}

- utter_greet

* ask_change_payment_plan{"sentiment":"neu"}

- authentication_form

- form{"name":"authentication_form"}

- slot{"requested_slot":"number_phone"}

* enter_data{"sentiment":"neu","number_phone":"4388764567"}

- authentication_form

- slot{"number_phone":"4388764567"}

- slot{"requested_slot":"last_name"}

* enter_data{"sentiment":"neu","first_name":"Patrice","last_name":"Bechard"}

and the end to end version:

* greet: [neu](sentiment)Hi

    - action_check_sentiment

    - slot{"negative_sentiment_history":[0]}

    - slot{"negative_sentiment_score":0}

    - utter_greet

* ask_change_payment_plan: [neu](sentiment)I want to change my payment plan

    - authentication_form

    - form{"name":"authentication_form"}

    - slot{"requested_slot":"number_phone"}

* enter_data: [neu](sentime[4388764567](number_phone)567

    - authentication_form

    - slot{"number_phone":"4388764567"}

    - slot{"requested_slot":"last_name"}

* enter_data: [neu](sentiment)My name [Patrice][Bechard](last_name)name)ice Bechard

image

Sorry to get back to you so late. That definitely seems weird! which version of rasa x is this on? If you can post the tracker for the conversation, I can feed it into rasa x and debug why it is being displayed that way.