This commit is contained in:
narawat lamaiin
2024-07-16 17:47:21 +07:00
parent 37a9a38796
commit 1ef696f206
2 changed files with 14 additions and 20 deletions

View File

@@ -289,8 +289,7 @@ function decisionMaker(a::T)::Dict{Symbol, Any} where {T<:agent}
error("DecisionMaker has more than one key per categories")
end
end
println("--> 1")
pprintln(responsedict)
return responsedict
catch e
io = IOBuffer()
@@ -1158,9 +1157,6 @@ function generatechat(a::T) where {T<:agent}
result = responsedict[:chat]
#[WORKING] delete chat
a.memory[:chatbox] = ""
return result
catch e
io = IOBuffer()