Skip to content

Commit

Permalink
Fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
kichanyurd committed Dec 30, 2024
1 parent b20801e commit bb89ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ session_id = "...";
const customerEvent = await client.sessions.createEvent(session_id, {
kind: "message",
source: "customer",
message: "Hey, I'd like to book a room please",
message: "How do you use this product?",
});

// Wait for and get the agent's reply
Expand Down

0 comments on commit bb89ce2

Please sign in to comment.