Skip to content

Commit

Permalink
Merge pull request #570 from elisam0/feature/support-facial-gestures
Browse files Browse the repository at this point in the history
Add support for FacialGestureBotAction
  • Loading branch information
drazvan authored Jul 4, 2024
2 parents db5a65e + 8feb309 commit ff17a88
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 @@ -125,6 +125,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 ff17a88

Please sign in to comment.