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,27 +0,0 @@
define flow output_check_cmp
$r = execute cmp(resposta="dummy")
if $r.allowed == False
bot respond "BLOCKED:CMP"
bot respond "OK"
define flow output_check_verbalizacao_prematura
$r = execute verbalizacao_prematura(resposta="dummy")
if $r.allowed == False
bot respond "BLOCKED:REVPREC"
bot respond "OK"
define flow output_check_groundedness
$r = execute validar_groundedness(resposta="dummy")
if $r.allowed == False
bot respond "BLOCKED:GND"
bot respond "OK"