Jev example · Weird worlds

The wizard's shopping basket

Can a wizard afford the spell bundle?

Fun & gameschoice

State

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."
}

Typed questions (1)

Your answer

choice

Can the wizard buy every required spell with the available mana?

Try in Playground
  • yes | Yes
  • no | No
  • unknown | Not enough information

Try changing the scenario

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.