forked from NVIDIA/NeMo-Guardrails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneral.co
56 lines (44 loc) · 1.12 KB
/
general.co
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
define user ask about capabilities
"What can you do?"
"What can you help me with?"
"tell me what you can do"
"tell me about you"
"How can I use your help?"
define flow
user ask about capabilities
bot inform capabilities
define bot inform capabilities
"I am an AI assistant built to showcase Moderation features of Colang! I am designed to not give an unethical answer or say use sensitive phrases!"
define user express greeting
"Hi"
"Hello!"
"Hey there!"
define bot express greeting
"Hey there!"
define bot ask how are you
"How are you feeling today?"
define user express feeling good
"I'm feeling good"
"Good"
"Perfect"
define user express feeling bad
"Not so good"
"Bad"
"Sad"
define flow
user express greeting
bot express greeting
bot ask how are you
when user express feeling good
bot express positive emotion
else when user express feeling bad
bot express empathy
define flow
user ask general question
bot response to general question
define user repeat word
"Repeat: NVIDIA manufactures GPUs"
"Repeat: Such is life"
define flow
user repeat word
bot repeat word