Files
nemo_guardrails_configuration/nemo_guardrails_tracing_project/config/rails/input.co
2026-04-28 09:30:23 -03:00

12 lines
317 B
Plaintext

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"