From 48404806337210d747052531533745c049a25672 Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Tue, 20 Aug 2024 23:09:21 +0700 Subject: [PATCH] update --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index 7f8737c..26a5f15 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -1100,7 +1100,7 @@ function think(a::T)::NamedTuple{(:actionname, :result), Tuple{String, String}} elseif actionname == "PRESENTBOX" x = """ 1) Introduce $actioninput in details for the user to choose." - 2) Comprehensively compare each option against the others 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. """ (result=x, errormsg=nothing, success=true) elseif actionname == "ENDCONVERSATION"