II.
ProtocolMessage JSON
Structured · liveprotocol-message:ollama-embed-response
Ollama /api/embed — response json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "protocol-message:ollama-embed-response",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/ollama-messages.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Ollama /api/embed — response",
"messageType": "AssistantMessage",
"subtype": "none",
"direction": "core-to-user",
"terminal": true,
"errorCategory": "none",
"payloadSchema": {
"type": "AssistantMessage",
"fields": [
"model",
"embeddings[][]",
"total_duration",
"prompt_eval_count"
]
},
"description": "Embedding response envelope. The catalog reuses AssistantMessage as\nthe closest existing messageType for vendor responses that are not\nchat / stream / result.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "provider:ollama",
"to": "protocol-message:ollama-embed-response",
"kind": "emits_message_type"
}
]
}