Skip to main content
POST
/
oracle
/
sessions
/
{session_id}
/
chat
/
stream
Stream Oracle Session Chat
curl --request POST \
  --url https://apigcp.trynia.ai/v2/oracle/sessions/{session_id}/chat/stream \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

session_id
string
required

Body

application/json

Request body for session chat.

message
string
required

User's follow-up question

Required string length: 1 - 10000

Response

Successful Response