diff --git a/src/interface.jl b/src/interface.jl index e3f999e..33a2749 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -442,9 +442,10 @@ function conversation(a::agentReflex, usermsg::String; attemptlimit::Int=3) # a.earlierConversation = conversationSummary(a) _ = addNewMessage(a, "user", usermsg) isusetools = isUseTools(a, usermsg) - newinfo = extractinfo(a, usermsg) - a.env = newinfo !== nothing ? updateEnvState(a, newinfo) : a.env - + # newinfo = extractinfo(a, usermsg) + # a.env = newinfo !== nothing ? updateEnvState(a, newinfo) : a.env + @show isusetools + #WORKING # if isusetools # use tools before responseing # response = work(a, usermsg)