update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module llmfunction
|
||||
|
||||
export wikisearch
|
||||
export wikisearch, winestock
|
||||
|
||||
using HTTP, JSON3
|
||||
using GeneralUtils
|
||||
@@ -59,7 +59,41 @@ 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: 49 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: 42,
|
||||
ID: ed-23
|
||||
3. Name: M. Chapoutier Ermitage l'Ermite Blanc,
|
||||
Year: 2017
|
||||
Description: Brilliant pale yellow. Complex aromas of vanilla, almonds, dried fruits and linden-tree. The mineraliaty is marked (typical of soil). Very round and rich wine. An elegant balance, of very ripe white fruit aromas (peach and apricot) and light notes of minerality. Beautiful length and complexity.,
|
||||
Price: 13,
|
||||
ID: wwr-259
|
||||
"""
|
||||
return result
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user