update
This commit is contained in:
@@ -285,7 +285,7 @@ function virtualWineUserChatbox(config::T1, input::T2, virtualCustomerChatHistor
|
|||||||
receiverName= "text2textinstruct",
|
receiverName= "text2textinstruct",
|
||||||
mqttBroker= config[:mqttServerInfo][:broker],
|
mqttBroker= config[:mqttServerInfo][:broker],
|
||||||
mqttBrokerPort= config[:mqttServerInfo][:port],
|
mqttBrokerPort= config[:mqttServerInfo][:port],
|
||||||
msgId = "dummyid" #CHANGE remove after testing finished
|
msgId = string(uuid4()) #CHANGE remove after testing finished
|
||||||
)
|
)
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
outgoingMsg = Dict(
|
||||||
@@ -479,7 +479,7 @@ function winestock(config::T1, input::T2
|
|||||||
receiverName= "text2textinstruct",
|
receiverName= "text2textinstruct",
|
||||||
mqttBroker= config[:mqttServerInfo][:broker],
|
mqttBroker= config[:mqttServerInfo][:broker],
|
||||||
mqttBrokerPort= config[:mqttServerInfo][:port],
|
mqttBrokerPort= config[:mqttServerInfo][:port],
|
||||||
msgId = "dummyid" #CHANGE remove after testing finished
|
msgId = string(uuid4()) #CHANGE remove after testing finished
|
||||||
)
|
)
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
outgoingMsg = Dict(
|
||||||
|
|||||||
Reference in New Issue
Block a user