Update src/bon_livraison.py
Browse files- src/bon_livraison.py +1 -1
src/bon_livraison.py
CHANGED
|
@@ -32,7 +32,7 @@ SYSTEM_PROMPT = """From this delivery note document, extract the following infor
|
|
| 32 |
"type": "string"
|
| 33 |
},
|
| 34 |
"vrac": {
|
| 35 |
-
"description": "L'aliment est livré en vrac ou non",
|
| 36 |
"type": "boolean"
|
| 37 |
},
|
| 38 |
"quantité": {
|
|
|
|
| 32 |
"type": "string"
|
| 33 |
},
|
| 34 |
"vrac": {
|
| 35 |
+
"description": "L'aliment est livré en vrac ou non. Vrai si il y a une Pesées et une Tare",
|
| 36 |
"type": "boolean"
|
| 37 |
},
|
| 38 |
"quantité": {
|