first commit

This commit is contained in:
2026-04-27 07:59:20 -03:00
parent c91a81edf3
commit 1024cdda54
17 changed files with 1344 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
define bot refuse to respond
"I'm sorry, I can't respond to that."
define subflow keyword check input
"""Check if the user input contains any forbidden keywords."""
$result = execute detect_keywords(source="input", text=$user_message)
if $result["is_match"]
bot refuse to respond
stop