File size: 761 Bytes
3af908f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
  {
    "task_id": "fixture-left-opposite",
    "question": "If you understand this sentence, write the opposite of the word \"left\" as the answer.",
    "expected": "right"
  },
  {
    "task_id": "fixture-simple-count",
    "question": "How many letters are in the word \"cat\"?",
    "expected": "3"
  },
  {
    "task_id": "fixture-normalize",
    "question": "Reply with the number forty-two as digits only.",
    "expected": "42"
  },
  {
    "task_id": "fixture-list",
    "question": "List the primary colors red, blue, and yellow as a comma-separated list with spaces.",
    "expected": "red, blue, yellow"
  },
  {
    "task_id": "fixture-strip-quotes",
    "question": "Answer with the word hello and nothing else.",
    "expected": "hello"
  }
]