diff --git a/src/interface.jl b/src/interface.jl index 3e0b16c..87912d4 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -396,6 +396,7 @@ function actor_mistral_openorca(a::agentReflex) # add to memory addShortMem!(a.memory[:shortterm], chunkedtext) a.memory[:log] = addShortMem!(a.memory[:log], chunkedtext) + @show a.memory[:shortterm] error(1) return toolname, toolinput end