II.
ProtocolMessage JSON
Structured · liveprotocol-message:gemini-part-function-response
Gemini Part / functionResponse json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "protocol-message:gemini-part-function-response",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/gemini-messages.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Gemini Part / functionResponse",
"messageType": "Part",
"subtype": "functionResponse",
"direction": "user-to-core",
"terminal": false,
"errorCategory": "none",
"payloadSchema": {
"type": "Part",
"fields": [
"functionResponse(name, response)"
]
},
"description": "Tool-execution result fed back into the next generateContent turn.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-core-impl:gemini-cli.core@current",
"to": "protocol-message:gemini-part-function-response",
"kind": "emits_message_type",
"attributes": {}
},
{
"from": "provider:google",
"to": "protocol-message:gemini-part-function-response",
"kind": "emits_message_type"
}
]
}