post https://api.sentiyen.com/api/v3/chat/message/stream
This is streaming version of the endpoint for generating an answer to a message. Returns only a stream of text, so you need to provide the messageId created earlier in the /chat/message/create step.
Sample request:
{
  "messageId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "options": {
    "responseSize": "AUTO",
    "autoUseFallback": true,
    "useInlineReferences": true,
    "inlineReferenceType": "ID",
 // "customInstructionId": "fd363435-61fc-4a87-91e2-11b27efd084b",
 // "gptModel": "GPT_3_5_TURBO",
  }
}
Sample response:
Response containing a stream of text.
