Response editor
This editor can be used to test complex JSON views, including cards, to be included in the watsonx Assistant JSON Editor. For a reference of available response types, see the response types documentation.
{
"generic": [
{
"response_type": "card",
"body": [
{
"response_type": "text",
"text": "## A title"
},
{
"response_type": "text",
"text": "some more text"
}
]
}
]
}
Chat window
Response preview said A title some more text