Hi, I just connected my Chatbot to Microsoft Teams through BotFramework. There is a feature where you can add a bot to a multiple person group chat, and to obtain an answer from the bot, you need to tag it with @Bot_name.
The problem is that the “tag” part should not be received by Rasa but only the text following the tag. I used to have a bot connected with Rasa only and never received the tag, today with Rasa-X I am receiving for example :
<at>Bot_name</at> Hello !
Instead of only
Hello
So is this an issue with Rasa X ? If not how could I ignore this tag ? Because de name of the bot trigger the wrong intent even.
Thank you in advance guys for any help !