iiRecord
Agentic AI Atlas · Ollama /api/embed — response
protocol-message:ollama-embed-responsea5c.ai
II.
ProtocolMessage JSON

protocol-message:ollama-embed-response

Structured · live

Ollama /api/embed — response json

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

File · extensions/protocol-messages/ollama-messages.yamlCluster · extensions
Record JSON
{
  "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"
    }
  ]
}