Spaces:
Paused
Paused
Update prompt.py
Browse files
prompt.py
CHANGED
|
@@ -18,9 +18,8 @@ def get_prompt():
|
|
| 18 |
6."PART-VI- DECLARATIONS"
|
| 19 |
rules
|
| 20 |
let headline = your answer
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
"headline":
|
| 24 |
[
|
| 25 |
{
|
| 26 |
"data1":"filled_data",
|
|
@@ -28,7 +27,8 @@ def get_prompt():
|
|
| 28 |
so on
|
| 29 |
}
|
| 30 |
]
|
| 31 |
-
|
|
|
|
| 32 |
{
|
| 33 |
"Port Code": "",
|
| 34 |
"BE NO": "",
|
|
|
|
| 18 |
6."PART-VI- DECLARATIONS"
|
| 19 |
rules
|
| 20 |
let headline = your answer
|
| 21 |
+
fetch only following json data in following format
|
| 22 |
+
"headline":
|
|
|
|
| 23 |
[
|
| 24 |
{
|
| 25 |
"data1":"filled_data",
|
|
|
|
| 27 |
so on
|
| 28 |
}
|
| 29 |
]
|
| 30 |
+
if headline=="PART - I - BILL OF ENTRY SUMMARY"
|
| 31 |
+
fetch only following json data in following format
|
| 32 |
{
|
| 33 |
"Port Code": "",
|
| 34 |
"BE NO": "",
|