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