This commit is contained in:
2023-11-17 13:06:35 +00:00
parent 9fe40aac42
commit 6cdff501aa

View File

@@ -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