This commit is contained in:
2024-01-01 08:02:58 +00:00
parent 6d9b383404
commit 41c5fe3963
3 changed files with 24 additions and 98 deletions

View File

@@ -313,7 +313,6 @@ function actor_mistral_openorca(a::agentReflex, taskrecap="")
"
"""
#BUG BIG output from winestock cause recap() to fail.
#BUG2 LLM repeat winestock search without recommending wine
toolslist = []
toolnames = ""
toollines = ""
@@ -707,7 +706,7 @@ function actor(a::agentReflex)
msgToUser = toolinput
actorState = toolname
break
elseif toolname == "finalanswer" #WORKING
elseif toolname == "finalanswer"
println(">>> already done")
actorState = "formulateFinalResponse"
break