Skip to main content

PendingPermission

Agent Runtimes


Agent Runtimes / hooks/useAcp / PendingPermission

Interface: PendingPermission

Defined in: hooks/useAcp.tsx:105

Pending permission request awaiting user response. Based on SDK's RequestPermissionRequest with ToolCallUpdate and PermissionOption.

Properties

options

options: PermissionOption[]

Defined in: hooks/useAcp.tsx:113

Permission options from SDK


requestId

requestId: string | number

Defined in: hooks/useAcp.tsx:107

JSON-RPC request ID for the response


sessionId

sessionId: string

Defined in: hooks/useAcp.tsx:109

Session ID


toolCall

toolCall: ToolCallUpdate

Defined in: hooks/useAcp.tsx:111

Tool call details from SDK