Your answer
choiceCan the wizard buy every required spell with the available mana?
- yes | Yes
- no | No
- unknown | Not enough information
Jev example · Weird worlds
Can a wizard afford the spell bundle?
This is the context Jev receives before answering the typed question.
{
"mana_available": 11,
"spell_costs": {
"shield": 4,
"lantern": 3,
"teleport": 5
},
"required": [
"shield",
"lantern",
"teleport"
],
"rules": "Each required spell must be bought once; no discounts or borrowing."
}Can the wizard buy every required spell with the available mana?
Add a discount as an explicit rule instead of hoping the model invents one.
Catalog source: TypeSafeAI/typesafe-playground, reused under MIT. This is an independent community catalog, not an official TypeSafe AI product.