This commit is contained in:
2023-12-16 14:58:59 +00:00
parent 15ccd002d7
commit be92ec2521
2 changed files with 170 additions and 125 deletions

View File

@@ -412,6 +412,10 @@ function isUseTools(a::agentReflex)
end
end
if length(a.memory[:shortterm]) != 0
isusetool = true
end
return isusetool
end