This commit is contained in:
narawat lamaiin
2024-05-08 18:25:04 +07:00
parent 68c0e7631a
commit 2e0d8dd7f2
5 changed files with 626 additions and 15 deletions

View File

@@ -112,7 +112,7 @@ outgoingMsg = Dict(
:text=> "You did not gave me any choice.",
:select=> nothing,
:reward=> -1,
:isterminal=> false,
:isterminal=> true,
)
)
result = GeneralUtils.sendMqttMsg(outgoingMsg)
@@ -161,4 +161,15 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
:text=> "I don't like the one you recommend. I want dry wine.",
:select=> nothing,
:reward=> -1,
:isterminal=> true,
)
)
result = GeneralUtils.sendMqttMsg(outgoingMsg)