API Reference
ApprovalRequest
Defined in: permissions/permissions.types.ts:83
One call the user is being asked to approve.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args | unknown | The call's arguments, for display to the user. | permissions/permissions.types.ts:87 |
toolCall | ToolCall | The pending tool call awaiting a decision. | permissions/permissions.types.ts:85 |