Hiii! I have read very nice article about roles that provided by rasa Introducing Entity Roles and Groups. I am very intersting how rasa can handle this picture scenario.

in that picture we know that:
sentence = "I am flying from Berlin to London"
departure = Berlin
destination = London
how rasa can handle if we rephrase the sentence to:
sentence = "I am flying to London from Berlin"
departure = Berlin
destination = London
however i try to implement it in rasa always getting this result
sentence = "I am flying to London from Berlin"
departure = London
destination = Berlin
Any feedback and insight will be very helpful for me haha