This commit is contained in:
narawat lamaiin
2024-07-18 13:47:05 +07:00
parent 32530a226d
commit 323178dd72

View File

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