This commit is contained in:
narawat lamaiin
2024-08-20 23:09:21 +07:00
parent 4ac9a7ee12
commit 4840480633

View File

@@ -1100,7 +1100,7 @@ function think(a::T)::NamedTuple{(:actionname, :result), Tuple{String, String}}
elseif actionname == "PRESENTBOX" elseif actionname == "PRESENTBOX"
x = """ x = """
1) Introduce $actioninput in details for the user to choose." 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) (result=x, errormsg=nothing, success=true)
elseif actionname == "ENDCONVERSATION" elseif actionname == "ENDCONVERSATION"