mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-07 19:07:28 -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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|