update
This commit is contained in:
@@ -458,10 +458,10 @@ function work(a::T, prompt::String) where {T<:agent}
|
||||
toolname = toolNameBeingCalled(chunkedtext[ActInd][:body], a.tools) #WORKING
|
||||
toolinput = chunkedtext[ActInd+1][:body]
|
||||
|
||||
if toolname == "chatbox"
|
||||
if toolname == "chatbox" # chat with user
|
||||
|
||||
else # function call
|
||||
|
||||
else
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user