Skip to content

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

PropertyModifierTypeDefined in
argsreadonlyunknownpackages/core/src/types/tool.ts:265
reason?readonlystringpackages/core/src/types/tool.ts:266
requestedAtreadonlystringpackages/core/src/types/tool.ts:267
toolCallIdreadonlystringpackages/core/src/types/tool.ts:263
toolNamereadonlystringpackages/core/src/types/tool.ts:264