Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/tools / / PermissionHookInput

Interface: PermissionHookInput

Defined in: packages/tools/src/executor/types.ts:380

Stable

Input handed to a PermissionHook.

Properties

PropertyModifierTypeDescriptionDefined in
callreadonlyToolCallThe original wire-level call (raw model-generated args).packages/tools/src/executor/types.ts:382
runContextreadonlyRunContext-packages/tools/src/executor/types.ts:389
sensitivity?readonlySensitivity-packages/tools/src/executor/types.ts:388
sideEffectClassreadonlySideEffectClass-packages/tools/src/executor/types.ts:386
toolNamereadonlystring-packages/tools/src/executor/types.ts:385
trustClassreadonlyToolTrustClass-packages/tools/src/executor/types.ts:387
validatedInputreadonlyunknownThe schema-validated (possibly coerced) input the tool would execute on.packages/tools/src/executor/types.ts:384