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

View File

@@ -745,7 +745,8 @@ 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. 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. 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. 3) Explain the potential impact each option could bring to the user.