Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/core / / ToolApproval
Interface: ToolApproval
Defined in: packages/core/src/types/tool.ts:262
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:265 |
reason? | readonly | string | packages/core/src/types/tool.ts:266 |
requestedAt | readonly | string | packages/core/src/types/tool.ts:267 |
toolCallId | readonly | string | packages/core/src/types/tool.ts:263 |
toolName | readonly | string | packages/core/src/types/tool.ts:264 |