From 41d6a281c0bf789092d06982bed9e4a9ea9d891e Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Thu, 17 Oct 2024 05:21:49 +0700 Subject: [PATCH] update --- src/interface.jl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index c7827bf..d38d67b 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -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.