update
This commit is contained in:
@@ -745,11 +745,12 @@ function think(a::T)::NamedTuple{(:actionname, :result),Tuple{String,String}} wh
|
|||||||
elseif actionname == "CHECKINVENTORY"
|
elseif actionname == "CHECKINVENTORY"
|
||||||
checkinventory(a, actioninput)
|
checkinventory(a, actioninput)
|
||||||
elseif actionname == "PRESENTBOX"
|
elseif actionname == "PRESENTBOX"
|
||||||
x = """
|
x =
|
||||||
1) Provide detailed introductions of the wines to help the user make an informed choice.
|
"""
|
||||||
2) If there are multiple wines, offer a thorough comparison of each option, highlighting their differences.
|
1) Provide detailed introductions of the wines to help the user make an informed choice.
|
||||||
3) Explain the potential impact each option could bring to the user.
|
2) If there are multiple wines, offer a thorough comparison of each option, highlighting their differences.
|
||||||
"""
|
3) Explain the potential impact each option could bring to the user.
|
||||||
|
"""
|
||||||
# x = """
|
# x = """
|
||||||
# 1) Introduce $actioninput in details for the user to choose."
|
# 1) Introduce $actioninput in details for the user to choose."
|
||||||
# 2) Compare each option against the others in details and explain why each one is a suitable match for the user's specific needs.
|
# 2) Compare each option against the others in details and explain why each one is a suitable match for the user's specific needs.
|
||||||
|
|||||||
Reference in New Issue
Block a user