mirror of
https://github.com/hoshikawa2/nemo_guardrails_ci_cd.git
synced 2026-07-09 16:24:20 +00:00
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
define flow self check input
|
|
$allowed = execute check_input
|
|
if not $allowed
|
|
bot refuse to respond
|
|
stop
|