update
This commit is contained in:
@@ -370,7 +370,7 @@ function winestock(a::T1, input::T2
|
||||
# WHERE 'China' = ANY(food_name)
|
||||
# OR 'India' = ANY(food_name);
|
||||
|
||||
wineattributes = wineattributes_wordToNumber(a, input)
|
||||
wineattributes = extractWineAttributes(a, input)
|
||||
|
||||
systemmsg =
|
||||
"""
|
||||
@@ -448,6 +448,11 @@ function winestock(a::T1, input::T2
|
||||
Let's begin!
|
||||
"""
|
||||
|
||||
systemmsg =
|
||||
"""
|
||||
|
||||
"""
|
||||
|
||||
usermsg =
|
||||
"""
|
||||
$input
|
||||
@@ -574,11 +579,11 @@ julia>
|
||||
|
||||
# TODO
|
||||
- [] update docstring
|
||||
- [WORKING] implement the function
|
||||
- [x] implement the function
|
||||
|
||||
# Signature
|
||||
"""
|
||||
function wineattributes_wordToNumber(a::T1, input::T2
|
||||
function extractWineAttributes(a::T1, input::T2
|
||||
)::String where {T1<:agent, T2<:AbstractString}
|
||||
|
||||
converstiontable =
|
||||
|
||||
Reference in New Issue
Block a user