@innovastudio/contentbuilder 1.4.88 → 1.4.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -79329,7 +79329,7 @@ class ContentBuilder {
|
|
|
79329
79329
|
speechRecognitionLang: 'en-US',
|
|
79330
79330
|
assistantMode: 'general',
|
|
79331
79331
|
triggerWords: {
|
|
79332
|
-
send: ['send', 'okay', 'execute', 'run'],
|
|
79332
|
+
send: ['send', 'okay', 'ok', 'execute', 'run'],
|
|
79333
79333
|
abort: ['abort', 'cancel'],
|
|
79334
79334
|
clear: ['clear', 'erase']
|
|
79335
79335
|
},
|