fix(editor): Ignore all node run messages after a success message is sent (no-changelog) (#11668)

This commit is contained in:
Ricardo Espinoza
2024-11-12 06:58:46 -05:00
committed by GitHub
parent b5cbf7566d
commit 7b20c1e93d
3 changed files with 80 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
{
"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
}
]
}
]
}