I have something like this in my training data:
- How do I get from [Kiel]{"entity":"location", "role":"departure"} to [Lübeck]{"entity":"location", "role":"destination"}
After Rasa X pulled the latest training data, it changes it to this:
- How do I get from [Kiel](location) to [Lübeck](location)
Is this a known bug in Rasa X?