From 330f4da21691ef920e0b57315f9aa8efdb5b1604 Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Fri, 19 Jan 2024 14:19:41 +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 346689a..6ad4785 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -380,7 +380,7 @@ function isUsePlans(a::agentReflex) <|assistant|> """ isuseplan = false - + @show a.role if length(a.memory[:shortterm]) != 0 isuseplan = true elseif a.role == :assistant