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