update
This commit is contained in:
@@ -154,7 +154,7 @@ function sommelier(
|
||||
return newAgent
|
||||
end
|
||||
|
||||
""" Clear agent history.
|
||||
""" Clear agent chat history.
|
||||
|
||||
Arguments\n
|
||||
-----
|
||||
@@ -194,7 +194,7 @@ end
|
||||
|
||||
Signature\n
|
||||
-----
|
||||
""" #TODO update document
|
||||
"""
|
||||
function clearhistory(a::T) where {T<:agent}
|
||||
empty!(a.chathistory)
|
||||
empty!(a.mctstree)
|
||||
|
||||
Reference in New Issue
Block a user