II.
HookSurface JSON
Structured · livehook-surface:gemini.post-response
post_response (Gemini) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}