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