feat: enhance bottle metadata with distillation/bottling dates and batch info
This commit is contained in:
@@ -27,6 +27,9 @@ Output raw JSON matching the following schema:
|
||||
"vintage": string | null,
|
||||
"bottleCode": string | null,
|
||||
"whiskybaseId": string | null,
|
||||
"distilled_at": string | null (e.g. "2010" or "12.05.2010"),
|
||||
"bottled_at": string | null (e.g. "2022" or "15.11.2022"),
|
||||
"batch_info": string | null (e.g. "Batch 1" or "L12.03.2022"),
|
||||
"is_whisky": boolean,
|
||||
"confidence": number (0-100)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user