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