iiRecord
Agentic AI Atlas · Gemini Content (request/response envelope)
protocol-message:gemini-contenta5c.ai
II.
ProtocolMessage JSON

protocol-message:gemini-content

Structured · live

Gemini Content (request/response envelope) json

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

File · extensions/protocol-messages/gemini-messages.yamlCluster · extensions
Record JSON
{
  "id": "protocol-message:gemini-content",
  "_kind": "ProtocolMessage",
  "_file": "extensions/protocol-messages/gemini-messages.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Gemini Content (request/response envelope)",
    "messageType": "Content",
    "subtype": "none",
    "direction": "user-to-core",
    "terminal": false,
    "errorCategory": "none",
    "payloadSchema": {
      "type": "Content",
      "fields": [
        "role",
        "parts[]"
      ]
    },
    "description": "The role-tagged conversation envelope (role: user|model|system) carrying\none or more Part objects. Used as both the request body's `contents[]`\nitems and inside Candidate responses.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-core-impl:gemini-cli.core@current",
      "to": "protocol-message:gemini-content",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "provider:google",
      "to": "protocol-message:gemini-content",
      "kind": "emits_message_type"
    }
  ]
}