II.
ProtocolMessage JSON
Structured · liveprotocol-message:mistral-system-message
Mistral chat / SystemMessage json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}