File size: 943 Bytes
b127c36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
{
    "username": "Alice",
    "date": "2020-05-01",
    "weekday": "Friday",
    "time": "10:00 AM",
    "task": "Extract the courses Bill has previously taken from the Excel sheet Bill_course_lists.xlsx and transfer them to classes_taken.docx. Each course should be on a seperate line.",
    "evaluation": [
        {
          "function": "evaluate_contain",
          "args": {
            "file": "data/classes_taken.docx",
            "doc_type": "docx",
            "keywords": [
              "CS 101",
              "MATH 150",
              "PHYS 101",
              "CS 102",
              "MATH 151",
              "PHYS 102",
              "CS 103",
              "MATH 152",
              "PHYS 103",
              "CS 104",
              "MATH 250",
              "PHYS 104",
              "CS 105",
              "MATH 251",
              "PHYS 105"
            ]
          }
        }
      ]
}