mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 15:37:26 -08:00
23 lines
399 B
JSON
23 lines
399 B
JSON
{
|
|
"sessionId": "1",
|
|
"messages": [
|
|
{
|
|
"role": "assistant",
|
|
"type": "message",
|
|
"text": "**Code** node ran successfully, did my solution help resolve your issue?",
|
|
"quickReplies": [
|
|
{
|
|
"text": "Yes, thanks",
|
|
"type": "all-good",
|
|
"isFeedback": true
|
|
},
|
|
{
|
|
"text": "No, I am still stuck",
|
|
"type": "still-stuck",
|
|
"isFeedback": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|