From 3b87f53af2de5b237ef65d16ef1bec5dfb70d1cd Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Tue, 23 Apr 2024 06:51:09 +0700 Subject: [PATCH] update --- src/utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.jl b/src/utils.jl index 9984b04..d6ff4de 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -62,7 +62,7 @@ function sendReceivePrompt(a::T1, prompt::String, sendtopic::String; msgMeta[:sendTopic] = sendtopic msgMeta[:senderName] = "agent-wine-backend" msgMeta[:senderId] = a.id - msgMeta[:receiverName] = "text2text" + msgMeta[:receiverName] = "text2textchat" msgMeta[:replyTopic] = a.config[:receiveinternal][:mqtttopic] msgMeta[:msgId] = string(uuid4())