This commit is contained in:
2023-12-28 15:22:08 +00:00
parent 0f62a0d96b
commit 6d41efa243
2 changed files with 34 additions and 35 deletions

View File

@@ -92,18 +92,20 @@ function winestock(a::agentReflex, phrase::T) where {T<:AbstractString}
I found the following wines
{
1: {
wine name: Louis Latou - Corton-Charlamagne,
variety: chardonnay,
Chateau: Louis Latou
name: Corton-Charlamagne,
grape variety: chardonnay,
year: 2014,
price: 55 USD,
ID: ws-114
stock ID: ws-114
},
2: {
wine name: Chateau de Beaucastel Hommage Jacques Perrin Chateauneuf-du-Pape,
variety: riesling,
Chateau: Catena Zapata
name: Malbec Argentino,
grape variety: riesling,
year: 2016,
price: 39 USD,
ID: ed-23
stock ID: ed-23
}
}
"""