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
i propose adding a new kwarg to the intent decorators, allowing to signal an intent as local only
this means the intent only triggers if session_id == "default", but won't work if coming from a voice satellite
this way we can add extra "local only" functionality or in case of TODOS allows to keep the intents around until they are expanded to support voice satellites
The text was updated successfully, but these errors were encountered:
i propose adding a new kwarg to the intent decorators, allowing to signal an intent as local only
this means the intent only triggers if
session_id == "default"
, but won't work if coming from a voice satellitethis way we can add extra "local only" functionality or in case of TODOS allows to keep the intents around until they are expanded to support voice satellites
The text was updated successfully, but these errors were encountered: