iiRecord
Agentic AI Atlas · Ollama /api/chat — streaming chunk
protocol-message:ollama-chat-stream-chunka5c.ai
II.
ProtocolMessage JSON

protocol-message:ollama-chat-stream-chunk

Structured · live

Ollama /api/chat — streaming chunk json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/protocol-messages/ollama-messages.yamlCluster · extensions
Record JSON
{
  "id": "protocol-message:ollama-chat-stream-chunk",
  "_kind": "ProtocolMessage",
  "_file": "extensions/protocol-messages/ollama-messages.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Ollama /api/chat — streaming chunk",
    "messageType": "StreamEvent",
    "subtype": "none",
    "direction": "core-to-user",
    "terminal": false,
    "errorCategory": "none",
    "payloadSchema": {
      "type": "StreamEvent",
      "fields": [
        "model",
        "created_at",
        "message(role, content)",
        "done=false"
      ]
    },
    "description": "JSONL line delivered during a streaming chat call. Each line carries\na partial assistant content delta and `done: false`.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "provider:ollama",
      "to": "protocol-message:ollama-chat-stream-chunk",
      "kind": "emits_message_type"
    }
  ]
}