LlmStreamChunk event schema (documentation only)

⚠️ DO NOT CALL — documentation only. Shows the shape of 'LlmStreamChunk' event delivered via /hubs/notifications.

GET
/api/hubs/notifications/LlmStreamChunk
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/hubs/notifications/LlmStreamChunk"
{
  "stream_id": "173fd1b7-72c4-44c4-9244-55a0a167a352",
  "delta": "string"
}