Skip to content

Commit

Permalink
Add FacialGestureBotAction modality info
Browse files Browse the repository at this point in the history
  • Loading branch information
elisam0 committed Jun 19, 2024
1 parent e03244c commit c051c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nemoguardrails/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def _has_property(e: Dict[str, Any], p: Property) -> bool:
"UtteranceUserAction": ("user_speech", "replace"),
"TimerBotAction": ("time", "parallel"),
"GestureBotAction": ("bot_gesture", "override"),
"FacialGestureBotAction": ("bot_face", "replace"),
"PostureBotAction": ("bot_posture", "override"),
"VisualChoiceSceneAction": ("information", "override"),
"VisualInformationSceneAction": ("information", "override"),
Expand Down

0 comments on commit c051c51

Please sign in to comment.