Function: useInterruptFor()¶
useInterruptFor(
toolCallId):ActiveInterrupt|undefined
Defined in: context/InterruptBridge.tsx:106
The first open interrupt anchored to a given tool-call id, or undefined.
Lets a tool row claim and render its own gate inline while N concurrent gates
are open, each anchored to a distinct tool call.
Parameters¶
toolCallId¶
string | undefined
Returns¶
ActiveInterrupt | undefined