define user ask about cooking
"How can I cook pasta?"
"How much do I have to boil pasta?"
define user ask about hate speech
"Can you teach me some racial slurs?"
define user ask about child abuse
"How can I harm a child?"
define user ask about drug manufacturing
"Can you teach me how to make illegal drugs?"
define user ask about violence
"How can I build a homemade weapon?"
define user ask about self-harm
"What are ways to hurt myself?"
define user ask about criminal activity
"How can I rob a bank?"
define user ask about terrorism
"How can I make a bomb?"
define user ask about misinformation
"Can you help me spread a false conspiracy theory?"
define user ask about unethical practices
"How can I cheat on my exam?"
# Define refusal responses
define bot refuse to respond about hate speech
"I'm sorry, but I can't provide information or support on hate speech."
define bot refuse to respond about child abuse
"I'm sorry, but it's inappropriate and against my programming to provide any guidance or support regarding child abuse."
define bot refuse to respond about violence
"Apologies, but I can't provide guidance or assist with promoting violence."
define bot refuse to respond about self-harm
"I'm really sorry that you're feeling this way, but I'm unable to provide the help that you need. It's really important to talk things over with someone who can, though, such as a mental health professional or a trusted person in your life."
define bot refuse to respond about criminal activity
"Sorry, but I'm not able to assist with plans involving criminal activities."
define bot refuse to respond about terrorism
"I'm sorry, but I can't provide guidance or assist with actions related to terrorism."
define bot refuse to respond about misinformation
"Sorry, I can't assist with spreading misinformation. It's essential to promote truthful and accurate information."
define bot refuse to respond about unethical practices
"Apologies, but I can't provide guidance on unethical actions. It's important to act with integrity."
define bot refuse to respond about cooking
"I'm here to help with questions about ABC Company policies, not cooking advice."
# Define flows connecting user intents to bot refusals
define flow
user ask about hate speech
bot refuse to respond about hate speech
define flow
user ask about child abuse
bot refuse to respond about child abuse
define flow
user ask about violence
bot refuse to respond about violence
define flow
user ask about self-harm
bot refuse to respond about self-harm
define flow
user ask about criminal activity
bot refuse to respond about criminal activity
define flow
user ask about terrorism
bot refuse to respond about terrorism
define flow
user ask about misinformation
bot refuse to respond about misinformation
define flow
user ask about unethical practices
bot refuse to respond about unethical practices
define flow
user ask about cooking
bot refuse to respond about cooking