iiRecord
Agentic AI Atlas · Gemini Part / functionResponse
protocol-message:gemini-part-function-responsea5c.ai
II.
ProtocolMessage JSON

protocol-message:gemini-part-function-response

Structured · live

Gemini Part / functionResponse 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-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"
    }
  ]
}