whoami02 commited on
Commit
340de92
·
verified ·
1 Parent(s): f3e52af

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -2
prompts.py CHANGED
@@ -15,7 +15,7 @@ table_info = """
15
  ShiftDownTimeDetails table has
16
  ID: gives the id of the record.
17
  dDate: The date on which the given instance was recorded.
18
- Shift: Read Shift 1 or First or shift-A as Shift="First Shift" from the column and so on for Shift 2 and 3. So shift 2 or second or Second or shift-B will be read as 'Second Shift'. Same for shift 3.
19
  MachineID: Identification of a machine. Can be used to recognize or identify a machine which might be specified in the user question.
20
  OperationNo: The operation which was taking place on the machine when the current instance was recorded.
21
  OperationID: The operator which was undertaking the given operation.
@@ -29,7 +29,7 @@ table_info = """
29
  ShiftProductionDetails table has
30
  ID: gives the id of the record.
31
  pDate: The date on which the given instance was recorded.
32
- Shift: Read Shift 1 or First or shift-A as Shift="First Shift" from the column and so on for Shift 2 and 3. So shift 2 or second or Second or shift-B will be read as 'Second Shift'. Same for shift 3.
33
  MachineID: Identification of a machine. Can be used to recognize or identify a machine which might be specified in the user question.
34
  OperationNo: The operation which was taking place on the machine when the current instance was recorded.
35
  OperationID: The operator which was undertaking the given operation.
 
15
  ShiftDownTimeDetails table has
16
  ID: gives the id of the record.
17
  dDate: The date on which the given instance was recorded.
18
+ Shift: Read Shift-A or First or "First Shift" as Shift-1 from the column and so on for Shift 2 and 3. So shift-B or second or Second or 'Second Shift' will be read as Shift-2. Same for shift 3.
19
  MachineID: Identification of a machine. Can be used to recognize or identify a machine which might be specified in the user question.
20
  OperationNo: The operation which was taking place on the machine when the current instance was recorded.
21
  OperationID: The operator which was undertaking the given operation.
 
29
  ShiftProductionDetails table has
30
  ID: gives the id of the record.
31
  pDate: The date on which the given instance was recorded.
32
+ Shift: Read Shift-A or First or "First Shift" as Shift-1 from the column and so on for Shift 2 and 3. So shift-B or second or Second or 'Second Shift' will be read as Shift-2. Same for shift 3.
33
  MachineID: Identification of a machine. Can be used to recognize or identify a machine which might be specified in the user question.
34
  OperationNo: The operation which was taking place on the machine when the current instance was recorded.
35
  OperationID: The operator which was undertaking the given operation.