This commit is contained in:
narawat lamaiin
2024-04-30 17:39:45 +07:00
parent bbdaa2248a
commit e558107284
2 changed files with 5 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ function virtualWineCustomerChatbox(a::T1, input::T2)::String where {T1<:agent,
:text=> prompt,
)
)
@show outgoingMsg
result = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
response = result[:response][:text]