II.
ProtocolMessage JSON
Structured · liveprotocol-message:mistral-assistant-message
Mistral chat / AssistantMessage json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "protocol-message:mistral-assistant-message",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/mistral-messages.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Mistral chat / AssistantMessage",
"messageType": "AssistantMessage",
"subtype": "none",
"direction": "core-to-user",
"terminal": false,
"errorCategory": "none",
"payloadSchema": {
"type": "AssistantMessage",
"fields": [
"role=assistant",
"content",
"tool_calls[]?"
]
},
"description": "Assistant-role turn carrying text and/or `tool_calls` (function-call\nobjects).\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "provider:mistral",
"to": "protocol-message:mistral-assistant-message",
"kind": "emits_message_type"
}
]
}