Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / ToolApproval
Interface: ToolApproval
Defined in: packages/core/src/types/tool.ts:231
Pending approval bookkeeping: a tool that needed human confirmation before execution. Stored on RunState.pendingApprovals until the caller resumes the run with a granted/denied decision.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
args | readonly | unknown | packages/core/src/types/tool.ts:234 |
reason? | readonly | string | packages/core/src/types/tool.ts:235 |
requestedAt | readonly | string | packages/core/src/types/tool.ts:236 |
toolCallId | readonly | string | packages/core/src/types/tool.ts:232 |
toolName | readonly | string | packages/core/src/types/tool.ts:233 |