update
This commit is contained in:
@@ -294,7 +294,7 @@ function actor_mistral_openorca(a::agentReflex, taskrecap="")
|
||||
{longterm memory}
|
||||
"
|
||||
"""
|
||||
|
||||
#BUG BIG output from winestock cause recap() to fail.
|
||||
toolnames = ""
|
||||
toollines = ""
|
||||
for (toolname, v) in a.tools
|
||||
@@ -303,7 +303,7 @@ function actor_mistral_openorca(a::agentReflex, taskrecap="")
|
||||
toolnames *= "$toolname, "
|
||||
end
|
||||
|
||||
shorttermMemory = dictToString(a.memory[:shortterm], skiplist=["user:"])
|
||||
# shorttermMemory = dictToString(a.memory[:shortterm], skiplist=["user:"])
|
||||
|
||||
# conversation = conversationSummary(a)
|
||||
# println("")
|
||||
|
||||
Reference in New Issue
Block a user