Jev example · Weird worlds

The captain's questionable shortcut

Choose a style of adventure for a fictional crew.

Fun & gameschoice

State

This is the context Jev receives before answering the typed question.

{
  "mission": "Deliver a birthday cake to a moon base.",
  "routes": {
    "scenic": "Four hours, beautiful nebula, cake stays intact.",
    "shortcut": "Two hours, mild turbulence, icing may be ruined."
  },
  "priority": "The crew values the celebration more than speed."
}

Typed questions (1)

Captain's call

choice

Which route would you recommend for this fictional mission?

Try in Playground
  • scenic | Take the scenic route.
  • shortcut | Take the shortcut.

Try changing the scenario

Replace the birthday mission with an urgent but still fictional delivery.

Catalog source: TypeSafeAI/typesafe-playground, reused under MIT. This is an independent community catalog, not an official TypeSafe AI product.