iiRecord
Agentic AI Atlas · Cohere chat-stream / content-delta
protocol-message:cohere-content-deltaa5c.ai
II.
ProtocolMessage JSON

protocol-message:cohere-content-delta

Structured · live

Cohere chat-stream / content-delta 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-content-delta",
  "_kind": "ProtocolMessage",
  "_file": "extensions/protocol-messages/cohere-messages.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Cohere chat-stream / content-delta",
    "messageType": "StreamEvent",
    "subtype": "none",
    "direction": "core-to-user",
    "terminal": false,
    "errorCategory": "none",
    "payloadSchema": {
      "type": "StreamEvent",
      "fields": [
        "type=content-delta",
        "index",
        "delta(message(content(text)))"
      ]
    },
    "description": "Incremental text token appended to the in-progress assistant content\nblock.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "provider:cohere",
      "to": "protocol-message:cohere-content-delta",
      "kind": "emits_message_type"
    }
  ]
}