This commit is contained in:
2023-11-22 11:31:32 +00:00
parent 7c869df5fa
commit cb7af75ba0

View File

@@ -79,7 +79,6 @@ function clearMessage(a::T) where {T<:agent}
end
end
a.thought = "nothing"
a.context = "nothing"
end
function removeLatestMsg(a::T) where {T<:agent}