iiRecord
Agentic AI Atlas · Mistral chat / stream chunk
protocol-message:mistral-stream-chunka5c.ai
II.
ProtocolMessage JSON

protocol-message:mistral-stream-chunk

Structured · live

Mistral chat / stream chunk json

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

File · extensions/protocol-messages/mistral-messages.yamlCluster · extensions
Record JSON
{
  "id": "protocol-message:mistral-stream-chunk",
  "_kind": "ProtocolMessage",
  "_file": "extensions/protocol-messages/mistral-messages.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Mistral chat / stream chunk",
    "messageType": "StreamEvent",
    "subtype": "none",
    "direction": "core-to-user",
    "terminal": false,
    "errorCategory": "none",
    "payloadSchema": {
      "type": "StreamEvent",
      "fields": [
        "id",
        "object=chat.completion.chunk",
        "choices[](delta(content?, tool_calls?), index, finish_reason?)"
      ]
    },
    "description": "SSE `data: {...}` chunk on the streaming chat completions endpoint.\nCarries delta text and/or tool-call argument deltas.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "provider:mistral",
      "to": "protocol-message:mistral-stream-chunk",
      "kind": "emits_message_type"
    }
  ]
}