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