From 42b153cb0e3bdb406bae4143fe99bcd92bd524a6 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Wed, 10 Aug 2022 16:32:18 +0530 Subject: [PATCH] add rules from pytoxic --- data/rules.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/data/rules.yml b/data/rules.yml index 08685f8..efb5fd1 100644 --- a/data/rules.yml +++ b/data/rules.yml @@ -16,4 +16,19 @@ rules: steps: - action: signup_form - active_loop: null - - action: utter_signedup \ No newline at end of file + - action: utter_signedup + + - rule: out_of_scope + steps: + - intent: out_of_scope + - action: utter_out_of_scope + + - rule: bot_challange + steps: + - intent: bot_challange + - action: utter_bot_challenge + + - rule: bye + steps: + - intent: bye + - action: utter_bye \ No newline at end of file