Spaces:
Sleeping
Sleeping
Update categories/travel_cab/model.py
Browse files
categories/travel_cab/model.py
CHANGED
|
@@ -19,3 +19,4 @@ class InformationExtractedFromABillReceipt(BaseModel):
|
|
| 19 |
uids: str = Field(..., title="The bill number/invoice number")
|
| 20 |
total: float = Field(..., title="cost of journey ticket")
|
| 21 |
issue_date: date = Field(..., title="The date the invoice was issued")
|
|
|
|
|
|
| 19 |
uids: str = Field(..., title="The bill number/invoice number")
|
| 20 |
total: float = Field(..., title="cost of journey ticket")
|
| 21 |
issue_date: date = Field(..., title="The date the invoice was issued")
|
| 22 |
+
summary: str = Field(..., title="5-6 words short summary of purchased good(s)")
|