Update src/bon_livraison.py

#4
by Lucas-Mo - opened
Files changed (1) hide show
  1. src/bon_livraison.py +2 -2
src/bon_livraison.py CHANGED
@@ -16,7 +16,7 @@ SYSTEM_PROMPT = """From this delivery note document, extract the following infor
16
  ]
17
  },
18
  "dénomination": {
19
- "description": "Dénomination de l'aliment, s'il n'est pas clairment indiqué c'est qu'il s'agit du nom commercial.",
20
  "type": "string"
21
  },
22
  "nom commercial": {
@@ -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é": {
 
16
  ]
17
  },
18
  "dénomination": {
19
+ "description": "Dénomination de l'aliment, il s'agit souvent du nom commercial.",
20
  "type": "string"
21
  },
22
  "nom commercial": {
 
32
  "type": "string"
33
  },
34
  "vrac": {
35
+ "description": "L'aliment est livré en vrac ou non. Surement vrai si la quantité est en kg ou tonne ou en litre",
36
  "type": "boolean"
37
  },
38
  "quantité": {