This commit is contained in:
narawat lamaiin
2024-10-17 05:21:49 +07:00
parent 55701d6743
commit 41d6a281c0

View File

@@ -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.