qq1023 commited on
Commit
3d10f34
1 Parent(s): 2033ac5

Update categories/travel_cab/model.py

Browse files
Files changed (1) hide show
  1. categories/travel_cab/model.py +1 -0
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)")