feat(editor): AI assistant UX improvements (no-changelog) (#10568)

This commit is contained in:
Milorad FIlipović
2024-09-03 10:43:24 +02:00
committed by GitHub
parent 5eba534319
commit d92374b5c6
20 changed files with 511 additions and 53 deletions

View File

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