Skip to content

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

PropertyModifierTypeDefined in
argsreadonlyunknownpackages/core/src/types/tool.ts:234
reason?readonlystringpackages/core/src/types/tool.ts:235
requestedAtreadonlystringpackages/core/src/types/tool.ts:236
toolCallIdreadonlystringpackages/core/src/types/tool.ts:232
toolNamereadonlystringpackages/core/src/types/tool.ts:233