diff --git a/src/interface.jl b/src/interface.jl index b61ae25..1bb3ae0 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -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}