Jev example · Party games

Two truths and a robot lie

Find the false boast from a fictional robot pet's records.

Fun & gameschoice

State

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

{
  "records": {
    "species": "robot fox",
    "battery_count": 2,
    "waterproof": false
  },
  "claims": {
    "A": "I need two batteries.",
    "B": "I am waterproof.",
    "C": "I am a robot fox."
  }
}

Typed questions (1)

Your answer

choice

Which claim contradicts the records? Choose none if every claim agrees.

Try in Playground
  • A | Claim A
  • B | Claim B
  • C | Claim C
  • none | No claim contradicts the records

Try changing the scenario

Change the records so two claims are false, then add a suitable answer option.

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