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
In this case "code.intent" triggers as expected only with 3-digit-numbers, but captures all words following the entity too. So in this example message.data['code'] returns "404 named" instead of only "404".
The text was updated successfully, but these errors were encountered:
Since it is impossible to use wildcards and because of a [bug](MycroftAI/padatious#25) in Padatious the intent is now written with Adapt. Also the tests where updated.
I have the following setup:
code.intent:
(code|error) (|is) {code}
code.entity:
###
Example Phrase:
How is code 404 named?
In this case "code.intent" triggers as expected only with 3-digit-numbers, but captures all words following the entity too. So in this example
message.data['code']
returns "404 named" instead of only "404".The text was updated successfully, but these errors were encountered: