Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ System prompt: You will be provided with an email containing shipment details. Y
|
|
42 |
|
43 |
Instructions:
|
44 |
1. The input email may contain irrelevant information. Focus only on extracting details about future shipments.
|
45 |
-
2. The output should be in JSON format. If a type of information is not found, it should be marked as null.
|
46 |
3. Extract the following information:
|
47 |
- origin: The origin location of the consignment.
|
48 |
- destination: The destination location of the consignment.
|
|
|
42 |
|
43 |
Instructions:
|
44 |
1. The input email may contain irrelevant information. Focus only on extracting details about future shipments.
|
45 |
+
2. The output should be in JSON format with all values to use only double qoutes only. If a type of information is not found, it should be marked as null.
|
46 |
3. Extract the following information:
|
47 |
- origin: The origin location of the consignment.
|
48 |
- destination: The destination location of the consignment.
|