From 6cdff501aa18613e30396a9f70a90e9b7402a615 Mon Sep 17 00:00:00 2001 From: narawat Date: Fri, 17 Nov 2023 13:06:35 +0000 Subject: [PATCH] update --- src/interface.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index 1f496c1..47afda4 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -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