From 5681c2350d04a76c5cf72ec1839f303bb39e11bd Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Sat, 2 Dec 2023 09:27:42 +0000 Subject: [PATCH] update --- src/utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.jl b/src/utils.jl index 752045e..0f5b4ff 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -232,7 +232,7 @@ end function checkTotalStepInPlan(a::agent) headers = [] - for (k, v) in agent.memory[:shortterm] + for (k, v) in a.memory[:shortterm] push!(headers, k) end