This commit is contained in:
2023-12-08 02:32:04 +00:00
parent d04379b782
commit 7442a9f63b

View File

@@ -80,6 +80,8 @@ function clearMessage(a::T) where {T<:agent}
break
end
end
a.memory[:shortterm] = OrderedDict{String, Any}()
a.memory[:log] = OrderedDict{String, Any}()
end
function removeLatestMsg(a::T) where {T<:agent}