From 7050a6fa85cfe37ea17fd49f249baddae9c3e8af Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Tue, 21 Nov 2023 01:34:23 +0000 Subject: [PATCH] update --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index c82cb2f..c0ddf84 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -389,7 +389,7 @@ end Continuously run llm functions except when llm is getting Answer: or chatbox. There are many work() depend on thinking mode. """ -function work_react(a::T, prompt::String, maxround::Int=3) where {T<:agent} +function work(a::T, prompt::String, maxround::Int=3) where {T<:agent} respond = nothing while true a.thoughtround += 1