qq1023 commited on
Commit
df5c340
1 Parent(s): e416a1c

Update categories/travel_flight/model.py

Browse files
Files changed (1) hide show
  1. categories/travel_flight/model.py +2 -2
categories/travel_flight/model.py CHANGED
@@ -14,8 +14,8 @@ class InformationExtractedFromABillReceipt(BaseModel):
14
  ResponseSchema(name="place (to)", description="place where flight end/lands"),
15
  ResponseSchema(name="date (to)", description="date on which flight end/lands (DD/MM/YYYY)"),
16
  ResponseSchema(name="time (to)", description="time at which flight end/lands"),
17
- ResponseSchema(name="PNR Number", description ="PNR Number of flight"),
18
- ResponseSchema(name="amount", description="cost of flight ticket")
19
  ]"""
20
 
21
  place_from: str = Field(..., title="place where flight starts/takes-off")
 
14
  ResponseSchema(name="place (to)", description="place where flight end/lands"),
15
  ResponseSchema(name="date (to)", description="date on which flight end/lands (DD/MM/YYYY)"),
16
  ResponseSchema(name="time (to)", description="time at which flight end/lands"),
17
+ ResponseSchema(name="uids", description ="PNR Number of flight"),
18
+ ResponseSchema(name="total", description="cost of flight ticket")
19
  ]"""
20
 
21
  place_from: str = Field(..., title="place where flight starts/takes-off")