update
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user