This commit is contained in:
2023-12-18 12:06:53 +00:00
parent 3f17e10009
commit c3500e2780

View File

@@ -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