update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user