fulfill_pending_hook_interrupts(
runtime: HooksRuntime,
pending: Mapping[str, object]
) -> dict| Name | Type | Description |
|---|---|---|
runtime* | HooksRuntime | |
pending* | Mapping[str, object] |
Fulfill pending hook interrupts into a resume map keyed by interrupt id.
Session-scoped client Hooks runtime.
Mapping of LangGraph interrupt id to raw interrupt payload.