update
This commit is contained in:
@@ -60,52 +60,27 @@ end
|
||||
|
||||
|
||||
function winestock(a::agentReflex, phrase::T) where {T<:AbstractString}
|
||||
# result = [
|
||||
# Dict(
|
||||
# "name" => "Louis Latou - Corton-Charlamagne - Chardonnay",
|
||||
# "description" => "Corton-Charlemagne 2018 is a powerful, complex wine. Its nose is intense, with notes of white stone fruits such as white peach, fresh hazelnut, vanilla, and almond paste. The wine is full-bodied for the palate, and the vanilla is complemented by aromas of fresh almond and lime blossom. The experience ends with a very fine aromatic aftertaste that has subtle saline notes.",
|
||||
# "price" => "49",
|
||||
# "ID" => "ws-114"
|
||||
# ),
|
||||
# Dict(
|
||||
# "name" => "Louis Latou - Corton-Charlamagne - Chardonnay",
|
||||
# "description" => "Corton-Charlemagne 2018 is a powerful, complex wine. Its nose is intense, with notes of white stone fruits such as white peach, fresh hazelnut, vanilla, and almond paste. The wine is full-bodied for the palate, and the vanilla is complemented by aromas of fresh almond and lime blossom. The experience ends with a very fine aromatic aftertaste that has subtle saline notes.",
|
||||
# "price" => "49",
|
||||
# "ID" => "ws-114"
|
||||
# )
|
||||
# ]
|
||||
|
||||
# result =
|
||||
# """
|
||||
# 1. Name: Louis Latou - Corton-Charlamagne - Chardonnay,
|
||||
# Description: Corton-Charlemagne 2018 is a powerful, complex wine. Its nose is intense, with notes of white stone fruits such as white peach, fresh hazelnut, vanilla, and almond paste. The wine is full-bodied for the palate, and the vanilla is complemented by aromas of fresh almond and lime blossom. The experience ends with a very fine aromatic aftertaste that has subtle saline notes.,
|
||||
# Price: 55 dollars,
|
||||
# ID: ws-114
|
||||
# 2. Name: Chateau de Beaucastel Hommage Jacques Perrin Chateauneuf-du-Pape,
|
||||
# Year: 2019,
|
||||
# Description: The quintessence of Château de Beaucastel, Hommage à Jacques Perrin delights us every year, and the 2019 vintage is no exception. To the eye it offers a splendid deep red color, verging on black. Full of power and supremely elegant, the nose is of magnificent aromatic complexity with notes of black fruit and spices that offer all the characteristic expression of Mourvèdre. Perfectly balanced by an incredible freshness, the mouth is eminently elegant with intense and complex aromas of great subtlety, a full, refined texture, subtle tannins of great finesse, and infinite length. A great classic Hommage à Jacques Perrin.,
|
||||
# Price: 40,
|
||||
# ID: ed-23
|
||||
# """
|
||||
result =
|
||||
"""
|
||||
I found the following wines
|
||||
{
|
||||
1: {
|
||||
Chateau: Louis Latou
|
||||
Chateau: Louis Latou,
|
||||
name: Corton-Charlamagne,
|
||||
grape variety: chardonnay,
|
||||
year: 2014,
|
||||
price: 55 USD,
|
||||
stock ID: ws-114
|
||||
stock ID: ws-114,
|
||||
Description: Corton-Charlemagne 2018 is a powerful, complex wine. Its nose is intense, with notes of white stone fruits such as white peach, fresh hazelnut, vanilla, and almond paste. The wine is full-bodied for the palate, and the vanilla is complemented by aromas of fresh almond and lime blossom. The experience ends with a very fine aromatic aftertaste that has subtle saline notes.,
|
||||
},
|
||||
2: {
|
||||
Chateau: Catena Zapata
|
||||
Chateau: Beaucastel,
|
||||
name: Malbec Argentino,
|
||||
grape variety: riesling,
|
||||
year: 2016,
|
||||
price: 39 USD,
|
||||
stock ID: ed-23
|
||||
stock ID: ed-23,
|
||||
Description: The quintessence of Château de Beaucastel, Hommage à Jacques Perrin delights us every year, and the 2019 vintage is no exception. To the eye it offers a splendid deep red color, verging on black. Full of power and supremely elegant, the nose is of magnificent aromatic complexity with notes of black fruit and spices that offer all the characteristic expression of Mourvèdre. Perfectly balanced by an incredible freshness, the mouth is eminently elegant with intense and complex aromas of great subtlety, a full, refined texture, subtle tannins of great finesse, and infinite length. A great classic Hommage à Jacques Perrin.,
|
||||
}
|
||||
}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user