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 Apr 26, 2022. It is now read-only.
The motivation: a system developer can assign an arbitrary trigger word to an agent. That could break the parsing of the request. We need a way to strip the trigger word from the request or provide another mechanism to remove it.
Ideas:
filter after routing (just like we have before routing). Then the filter has a list of trigger words to remove.