This commit is contained in:
2023-11-21 01:34:23 +00:00
parent 8b351b1279
commit 7050a6fa85

View File

@@ -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