From ae3d340248fa4ad434a29f24a1d67d55921887bd Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Sat, 1 Jun 2024 10:27:08 +0700 Subject: [PATCH] update --- src/llmfunction.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llmfunction.jl b/src/llmfunction.jl index 612a3e8..999a872 100644 --- a/src/llmfunction.jl +++ b/src/llmfunction.jl @@ -285,7 +285,7 @@ function virtualWineUserChatbox(config::T1, input::T2, virtualCustomerChatHistor receiverName= "text2textinstruct", mqttBroker= config[:mqttServerInfo][:broker], mqttBrokerPort= config[:mqttServerInfo][:port], - msgId = "dummyid" #CHANGE remove after testing finished + msgId = string(uuid4()) #CHANGE remove after testing finished ) outgoingMsg = Dict( @@ -479,7 +479,7 @@ function winestock(config::T1, input::T2 receiverName= "text2textinstruct", mqttBroker= config[:mqttServerInfo][:broker], mqttBrokerPort= config[:mqttServerInfo][:port], - msgId = "dummyid" #CHANGE remove after testing finished + msgId = string(uuid4()) #CHANGE remove after testing finished ) outgoingMsg = Dict(