Lesson 6 · path 3
Choice: pick one from the menu
Choice picks one option from a fixed list. You get the pick, per-option probabilities, and a confidence. Add other or none when the list might not cover every input.
Choice
Choice picks one option from a list you define. (Choice)
It's like ordering at a restaurant. The menu has fixed options, and you pick one.
You get back three fields:
choice: the option that was picked.probabilities: how likely each option was. They add up to about 1.confidence: how sure the model is about the pick.
When your list might miss something
Add an other or none option. Use these when your list might not cover every input that comes in.
Lab bridge
This one is conceptual, not hands-on: AZMDR-style intent labels. See the AZMDR routing lab. Do not touch the product repos.
Next
Score, then confidence gating.