my-kai-model / config /bot_flows.co
aferrmt's picture
SHA-529; upload documentation to Github
bfc2180
raw
history blame
386 Bytes
define flow self check input
$allowed = execute self_check_input
if not $allowed
bot refuse to respond
stop
define flow self check output
$allowed = execute self_check_output
if not $allowed
bot refuse to respond
stop
define flow user query
$answer = execute user_query
bot $answer
define bot refuse to respond
"I'm sorry, I can't respond to that."