update
This commit is contained in:
@@ -745,11 +745,12 @@ function think(a::T)::NamedTuple{(:actionname, :result),Tuple{String,String}} wh
|
||||
elseif actionname == "CHECKINVENTORY"
|
||||
checkinventory(a, actioninput)
|
||||
elseif actionname == "PRESENTBOX"
|
||||
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.
|
||||
3) Explain the potential impact each option could bring to the user.
|
||||
"""
|
||||
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.
|
||||
3) Explain the potential impact each option could bring to the user.
|
||||
"""
|
||||
# x = """
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user