First Commit

This commit is contained in:
2026-04-28 10:54:34 -03:00
parent fa071624eb
commit d3b59cb6d6
7 changed files with 226 additions and 76 deletions

View File

@@ -1,12 +0,0 @@
define flow input_check_toxicidade
user input
$r = execute detectar_toxicidade(text=$user_input)
if $r.allowed == False
bot respond "BLOCKED:TOX"
define flow input_check_out_of_scope
user input
$r = execute detectar_out_of_scope(text=$user_input)
if $r.allowed == False
bot respond "BLOCKED:OOS"