@runloop/remote-agents-sdk
    Preparing search index...

    Interface ApprovalHandlerContext

    Lifecycle context for an approval or elicitation request handler.

    interface ApprovalHandlerContext {
        signal: AbortSignal;
    }
    Index

    Properties

    Properties

    signal: AbortSignal

    Aborted when Codex resolves the request elsewhere, the handler times out, or the connection closes.