iiRecord
Agentic AI Atlas · Mistral chat / SystemMessage
protocol-message:mistral-system-messagea5c.ai
II.
ProtocolMessage JSON

protocol-message:mistral-system-message

Structured · live

Mistral chat / SystemMessage 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-system-message",
  "_kind": "ProtocolMessage",
  "_file": "extensions/protocol-messages/mistral-messages.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Mistral chat / SystemMessage",
    "messageType": "SystemMessage",
    "subtype": "none",
    "direction": "user-to-core",
    "terminal": false,
    "errorCategory": "none",
    "payloadSchema": {
      "type": "SystemMessage",
      "fields": [
        "role=system",
        "content"
      ]
    },
    "description": "System-role message carrying instructions for the assistant.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "provider:mistral",
      "to": "protocol-message:mistral-system-message",
      "kind": "emits_message_type"
    }
  ]
}