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"