Anchorage API reference
    Preparing search index...

    The tool-call identity parsed out of an agent approval suspend payload.

    interface AgentApprovalSuspend {
        args?: Record<string, unknown>;
        toolCallId?: string;
        toolName?: string;
    }
    Index

    Properties

    args?: Record<string, unknown>
    toolCallId?: string
    toolName?: string