You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
Messages from MS Teams include an @mention of the bots name at the beginning of every message. This generally needs to be stripped off using ActivityExtensions.RemoveRecipientMention() otherwise TextInput actions will include it as part of the users response. I ejected my host and customized my OnTurnAsync() implementation to include the block below but we should really formalize this into a piece of middleware that can be turned on & off as a feature like the inspection middleware.