update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user