Add skip_words
This commit is contained in:
@ -7,6 +7,10 @@ intents:
|
||||
- "(set|change) [the] master bedroom mode to {mode}"
|
||||
- "(activate|turn on) {mode} in [the] master bedroom"
|
||||
|
||||
skip_words:
|
||||
- "please"
|
||||
- "can you"
|
||||
|
||||
lists:
|
||||
mode:
|
||||
values:
|
||||
|
@ -7,6 +7,10 @@ intents:
|
||||
- "{action} the computer for {person}"
|
||||
- "{action} {person}'s computer"
|
||||
|
||||
skip_words:
|
||||
- "please"
|
||||
- "can you"
|
||||
|
||||
lists:
|
||||
person:
|
||||
values:
|
||||
|
Reference in New Issue
Block a user