First Commit

This commit is contained in:
2026-04-28 09:30:23 -03:00
parent 6c574c8929
commit fa071624eb
6 changed files with 325 additions and 27 deletions

View File

@@ -1,5 +1,12 @@
define flow check toxicidade
pass
define flow input_check_toxicidade
user input
$r = execute detectar_toxicidade(text=$user_input)
if $r.allowed == False
bot respond "BLOCKED:TOX"
define flow check out of scope
pass
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"