NeMo Guardrailsnemoguardrails 0.24.0 · Python 3.10+
0%
All frameworks
00What you are going to build6 min01An assistant that answers anything6 min02Blocking a message with an if7 minSection quiz4 questions
03Install it, and what a config is7 min04A model NeMo can call, with no API key10 min05A stand-in model that decides10 min06rails.explain(): what the runtime did8 minSection quiz5 questions
07define user and define bot9 min08define flow: joining the two8 min09The embedding model, and the download it replaces9 min10The prompt behind the intent9 min11One model call, or three8 minSection quiz4 questions
12Your first input rail9 min13Yes blocks, No allows9 min14stop, and bot refuse to respond8 min15Which rail actually fired8 minSection quiz5 questions
16@action and register_action9 min17What the runtime hands an action8 min18An input rail you wrote yourself8 min19RailOutcome: allow, block, transform8 minSection quiz4 questions
1
Curious builder0 XP earned · 300 to level 2
0 daysFinish a lesson to begin
Badge collection0 of 6 unlocked
20 small wins to finish your path

Actions and a rail of your own quiz

Question 1 of 4

Which Colang statement runs a Python function?

Back toRailOutcome: allow, block, transform

Getting one wrong here is cheaper than getting it wrong in your own code.