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 has been archived by the owner on Feb 26, 2021. It is now read-only.
Right now you can make matchers that have static strings and slots, but you can't tell which matcher matched the string. We should add parameters, maybe like play album [query] [type=album].
We should make sure these don't break the match prioritization. So instead of being slots they should be separate, e.g., context.params.type.
The text was updated successfully, but these errors were encountered:
Right now you can make matchers that have static strings and slots, but you can't tell which matcher matched the string. We should add parameters, maybe like
play album [query] [type=album]
.We should make sure these don't break the match prioritization. So instead of being slots they should be separate, e.g.,
context.params.type
.The text was updated successfully, but these errors were encountered: