Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -9,7 +9,7 @@ system_prompt_template = """
|
|
9 |
5. Don't interpolate or make up data.
|
10 |
6. Please maintain the table structure of the charges, i.e., capture all of the rows and columns in the JSON object.
|
11 |
7. Return null if the data is not available.
|
12 |
-
8. If no checkboxes are selected, just return null.
|
13 |
9. Triple check any numbers provided in the attached image.
|
14 |
10. Properly check which row the data belongs to.
|
15 |
|
|
|
9 |
5. Don't interpolate or make up data.
|
10 |
6. Please maintain the table structure of the charges, i.e., capture all of the rows and columns in the JSON object.
|
11 |
7. Return null if the data is not available.
|
12 |
+
8. If no checkboxes are selected, just return null not "null" as string.
|
13 |
9. Triple check any numbers provided in the attached image.
|
14 |
10. Properly check which row the data belongs to.
|
15 |
|