iiRecord
Agentic AI Atlas · Gemini GenerateContentResponse
protocol-message:gemini-generate-content-responsea5c.ai
II.
ProtocolMessage JSON

protocol-message:gemini-generate-content-response

Structured · live

Gemini GenerateContentResponse 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-generate-content-response",
  "_kind": "ProtocolMessage",
  "_file": "extensions/protocol-messages/gemini-messages.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Gemini GenerateContentResponse",
    "messageType": "GenerateContentResponse",
    "subtype": "none",
    "direction": "core-to-user",
    "terminal": true,
    "errorCategory": "none",
    "payloadSchema": {
      "type": "GenerateContentResponse",
      "fields": [
        "candidates[]",
        "promptFeedback",
        "usageMetadata",
        "modelVersion",
        "responseId"
      ]
    },
    "description": "The top-level non-streaming response envelope. The streamGenerateContent\nSSE variant emits a stream of these progressively.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-core-impl:gemini-cli.core@current",
      "to": "protocol-message:gemini-generate-content-response",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "provider:google",
      "to": "protocol-message:gemini-generate-content-response",
      "kind": "emits_message_type"
    }
  ]
}