Creates a middleware that strips the bot's own @mention from incoming
activity text.
In channels like Microsoft Teams, messages directed at the bot include an
<at>BotName</at> tag in activity.text. This middleware removes that tag
so handlers receive the clean user intent.
Creates a middleware that strips the bot's own
@mentionfrom incoming activity text.In channels like Microsoft Teams, messages directed at the bot include an
<at>BotName</at>tag inactivity.text. This middleware removes that tag so handlers receive the clean user intent.