II.
ProtocolMessage JSON
Structured · liveprotocol-message:ollama-chat-stream-done
Ollama /api/chat — streaming terminal json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "protocol-message:ollama-chat-stream-done",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/ollama-messages.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Ollama /api/chat — streaming terminal",
"messageType": "StreamEvent",
"subtype": "none",
"direction": "core-to-user",
"terminal": false,
"errorCategory": "none",
"payloadSchema": {
"type": "StreamEvent",
"fields": [
"model",
"created_at",
"done=true",
"total_duration",
"eval_count",
"prompt_eval_count"
]
},
"description": "Final JSONL line of a streaming chat call (done=true) carrying\ntiming and token-count accounting.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "provider:ollama",
"to": "protocol-message:ollama-chat-stream-done",
"kind": "emits_message_type"
}
]
}