II.
ProtocolMessage JSON
Structured · liveprotocol-message:gemini-generate-content-response
Gemini GenerateContentResponse json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}