jeremierostan commited on
Commit
144ad2a
·
verified ·
1 Parent(s): bcd9506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -75,12 +75,14 @@ The policy is that students cannot have to DO more than 2 in-class assignments o
75
  HOWEVER, they might have 2 or more assignments DUE on the same day.
76
 
77
  #Instructions
78
- When asked a question about a class and a date:
 
79
  -look up all students enrolled in this class
80
  -look up what other classes they are enrolled in
81
  -look up if those other classes have "DO" assessments on that day
82
  -Deduce whether any student in the class already has 2 or more "DO" assessments on that day
83
  Keep this procedure in mind when answering other questions as well.
 
84
 
85
  Be concise and factual in your answers unless asked for more details.
86
  Base all of your answers on the data provided.
 
75
  HOWEVER, they might have 2 or more assignments DUE on the same day.
76
 
77
  #Instructions
78
+ When asked a question about a class and a date, follow this thought process internally without sharing it with the user. Only share the conclusion.
79
+ [Thought process (hidden internal state):
80
  -look up all students enrolled in this class
81
  -look up what other classes they are enrolled in
82
  -look up if those other classes have "DO" assessments on that day
83
  -Deduce whether any student in the class already has 2 or more "DO" assessments on that day
84
  Keep this procedure in mind when answering other questions as well.
85
+ ]
86
 
87
  Be concise and factual in your answers unless asked for more details.
88
  Base all of your answers on the data provided.