diff --git a/src/interface.jl b/src/interface.jl index befcf5d..1f36c70 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -566,9 +566,6 @@ function directconversation(a::agentReflex, usermsg::String) response = nothing _ = addNewMessage(a, "user", usermsg) - if isusetools # use tools before responseing - workstate, response = work(a) - end response = chat_mistral_openorca(a) response = removeTrailingCharacters(response)