iiRecord
Agentic AI Atlas · post_response (Gemini)
hook-surface:gemini.post-responsea5c.ai
II.
HookSurface JSON

hook-surface:gemini.post-response

Structured · live

post_response (Gemini) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · channels-hooks/hook-surfaces/native/gemini-post-response.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:gemini.post-response",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/native/gemini-post-response.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "eventName": "post_response (Gemini)",
    "displayName": "post_response (Gemini)",
    "kind": "native",
    "originVendor": "Google",
    "direction": "post",
    "blocking": false,
    "family": "shell-hook",
    "payloadSchema": {
      "type": "object",
      "required": [
        "response"
      ],
      "properties": {
        "response": {
          "type": "string"
        }
      }
    },
    "description": "Gemini's post-response hook. Fires after the model's reply is\nrendered. Canonicalizes to post-tool-use for cross-product policies.\n"
  },
  "outgoingEdges": [
    {
      "from": "hook-surface:gemini.post-response",
      "to": "hook-surface:post-tool-use",
      "kind": "canonicalized_to",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:gemini-cli.core@current",
      "to": "hook-surface:gemini.post-response",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:gemini-cli.runtime@current",
      "to": "hook-surface:gemini.post-response",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:after-agent-gemini",
      "to": "hook-surface:gemini.post-response",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}