From d2364ee51d14d9a8e474d434cfd39361f866018e Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Mon, 18 Mar 2024 13:25:18 +0700 Subject: [PATCH] update --- src/type.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/type.jl b/src/type.jl index a5e3dbc..31d134d 100644 --- a/src/type.jl +++ b/src/type.jl @@ -113,8 +113,8 @@ julia> agent = ChatAgent.agentReflex( configTopic::String="" # store mqtt topic where an agent can get configuration mqttClient::Any=nothing # store mqtt client for use in various internal functions msgMeta::Union{Dict, Nothing} = nothing # a template for msgMeta - mqttMsgList_chat::Vector{Dict} = Vector{Dict}() # store incoming mqtt chat msg - mqttMsgList_internal::Vector{Dict} = Vector{Dict}() # store incoming mqtt internal use msg + mqttMsg_chat::Vector{Dict} = Vector{Dict}() # store incoming mqtt chat msg + mqttMsg_internal::Dict = Dict() # store incoming mqtt internal use msg # LLM function related winestockResult = ""