Skip to content

Graphorin API reference v0.9.0


Graphorin API reference / @graphorin/tools / / PermissionHookInput

Interface: PermissionHookInput

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

E1: input handed to a PermissionHook.

Stable

Properties

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