n8n/cypress/fixtures/aiAssistant/responses/simple_message_response.json

11 lines
142 B
JSON

{
"sessionId": "1",
"messages": [
{
"role": "assistant",
"type": "message",
"text": "Hey, this is an assistant message"
}
]
}