mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 00:54:06 -08:00
21 lines
435 B
JSON
21 lines
435 B
JSON
|
{
|
||
|
"sessionId": "1",
|
||
|
"messages": [
|
||
|
{
|
||
|
"role": "assistant",
|
||
|
"type": "message",
|
||
|
"text": "It seems like my suggestion did not work. Do you want me to come up with a different suggestion? You can also provide more context via the chat.",
|
||
|
"quickReplies": [
|
||
|
{
|
||
|
"text": "Yes",
|
||
|
"type": "new-suggestion"
|
||
|
},
|
||
|
{
|
||
|
"text": "No, I don't think you can help",
|
||
|
"type": "event:end-session"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|