Skip to content

Commit

Permalink
Update components/chatfly/chatfly.app.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
vunguyenhung committed May 15, 2024
1 parent 53c8b73 commit c6a50ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chatfly/chatfly.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
sessionId: {
type: "string",
label: "Session ID",
description: "The session ID for the message.",
description: "The session ID for the message. To initiate a new session, use a unique string in a Custom Expression, for example: `{{ "8g12h" }}`",
async options({ botId }) {
const data = await this.listSessions({
params: {
Expand Down

0 comments on commit c6a50ea

Please sign in to comment.