Skip to content

Commit

Permalink
refine payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jicheng Lu committed Oct 3, 2024
1 parent c8b2c3a commit 49cbfe7
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,
parentId: message?.id
},
states: []
Expand Down

0 comments on commit 49cbfe7

Please sign in to comment.