II.
ProtocolMessage JSON
Structured · liveprotocol-message:gemini-part-function-call
Gemini Part / functionCall json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "protocol-message:gemini-part-function-call",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/gemini-messages.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Gemini Part / functionCall",
"messageType": "Part",
"subtype": "functionCall",
"direction": "core-to-user",
"terminal": false,
"errorCategory": "none",
"payloadSchema": {
"type": "Part",
"fields": [
"functionCall(name, args)"
]
},
"description": "Model-emitted tool-call request. The Gemini CLI tool-use loop dispatches\nthese to the local tool registry.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-core-impl:gemini-cli.core@current",
"to": "protocol-message:gemini-part-function-call",
"kind": "emits_message_type",
"attributes": {}
},
{
"from": "provider:google",
"to": "protocol-message:gemini-part-function-call",
"kind": "emits_message_type"
}
]
}