Skip to content

Commit

Permalink
Merge pull request #236 from iceljc/features/refine-chat-window
Browse files Browse the repository at this point in the history
refine payload
  • Loading branch information
iceljc authored Oct 3, 2024
2 parents c8b2c3a + 4443bce commit f446a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/chat/[agentId]/[conversationId]/chat-box.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@
const data = {
postback: {
functionName: 'like_response',
payload: 'I really like this message!',
payload: message.text || 'I really like this message!',
parentId: message?.id
},
states: []
Expand Down

0 comments on commit f446a16

Please sign in to comment.