iiRecord
Agentic AI Atlas · Cohere chat-stream / message-end
protocol-message:cohere-message-enda5c.ai
II.
ProtocolMessage JSON

protocol-message:cohere-message-end

Structured · live

Cohere chat-stream / message-end json

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

File · extensions/protocol-messages/cohere-messages.yamlCluster · extensions
Record JSON
{
  "id": "protocol-message:cohere-message-end",
  "_kind": "ProtocolMessage",
  "_file": "extensions/protocol-messages/cohere-messages.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Cohere chat-stream / message-end",
    "messageType": "StreamEvent",
    "subtype": "none",
    "direction": "core-to-user",
    "terminal": false,
    "errorCategory": "none",
    "payloadSchema": {
      "type": "StreamEvent",
      "fields": [
        "type=message-end",
        "delta(finish_reason, usage(billed_units, tokens))"
      ]
    },
    "description": "Terminal stream event carrying finish_reason (COMPLETE / MAX_TOKENS /\nSTOP_SEQUENCE / TOOL_CALL / ERROR) plus usage accounting.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "provider:cohere",
      "to": "protocol-message:cohere-message-end",
      "kind": "emits_message_type"
    }
  ]
}