This commit is contained in:
narawat lamaiin
2024-05-19 17:55:15 +07:00
parent afc2b0ddd2
commit fcf8d855b8
5 changed files with 207 additions and 33 deletions

View File

@@ -51,8 +51,6 @@ tools=Dict( # update input format
)
a = YiemAgent.sommelier(
receiveUserMsgChannel,
receiveInternalMsgChannel,
agentConfig,
name="assistant",
id="testingSessionID", # agent instance id
@@ -68,7 +66,7 @@ response = YiemAgent.conversation(a, Dict(:text=> "Hello, I would like a get a b
) )
println("---> YiemAgent: ", response)
response = YiemAgent.conversation(a, Dict(:text=> "I'm having a graduation party this evening",
response = YiemAgent.conversation(a, Dict(:text=> "I'm having a graduation party this evening. I'll pay at most 30 bucks.",
:select=> nothing,
:reward=> 0,
:isterminal=> false,