Pizza verdict
choiceWhat pizza would you suggest for this group?
- plain | Plain cheese
- pineapple | Pineapple
- half | Half pineapple and half plain
Jev example · Everyday debates
A taste debate with an explicit group preference.
This is the context Jev receives before answering the typed question.
{
"order": "One pizza for four friends.",
"preferences": [
"likes pineapple",
"likes pineapple",
"dislikes pineapple",
"no preference"
],
"available": [
"plain cheese",
"pineapple",
"half pineapple and half plain"
],
"constraint": "All options cost the same."
}What pizza would you suggest for this group?
Remove the half-and-half option or give the group a unanimous preference.
Catalog source: TypeSafeAI/typesafe-playground, reused under MIT. This is an independent community catalog, not an official TypeSafe AI product.