From a0cec865f28c02579d16b602cf9c709c94c6ee7b Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Tue, 12 Dec 2023 10:49:31 +0000 Subject: [PATCH] update --- src/interface.jl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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)