Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- 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
|
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
|
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.
|