This commit is contained in:
narawat lamaiin
2024-04-23 06:51:09 +07:00
parent b230dcfeed
commit 3b87f53af2

View File

@@ -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())