update
This commit is contained in:
@@ -54,8 +54,8 @@ tools=Dict( # update input format
|
|||||||
receiveUserMsgChannel,
|
receiveUserMsgChannel,
|
||||||
receiveInternalMsgChannel,
|
receiveInternalMsgChannel,
|
||||||
agentConfig,
|
agentConfig,
|
||||||
name= "assistant",
|
name="assistant",
|
||||||
id= "testingSessionID", # agent instance id
|
id="testingSessionID", # agent instance id
|
||||||
tools=tools,
|
tools=tools,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|||||||
outgoingMsg = Dict(
|
outgoingMsg = Dict(
|
||||||
:msgMeta=> msgMeta,
|
:msgMeta=> msgMeta,
|
||||||
:payload=> Dict(
|
:payload=> Dict(
|
||||||
:text=> "I like full-bodied red wine with low tannin.",
|
:text=> "I like dry, full-bodied red wine with low tannin.",
|
||||||
:select=> nothing,
|
:select=> nothing,
|
||||||
:reward=> 0,
|
:reward=> 0,
|
||||||
:isterminal=> false,
|
:isterminal=> false,
|
||||||
|
|||||||
Reference in New Issue
Block a user