Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/agent / / PermissionHookInput

Interface: PermissionHookInput

Defined in: packages/tools/dist/executor/types.d.ts

Stable

Input handed to a PermissionHook.

Properties

PropertyModifierTypeDescriptionDefined in
callreadonlyToolCallThe original wire-level call (raw model-generated args).packages/tools/dist/executor/types.d.ts
runContextreadonlyRunContext-packages/tools/dist/executor/types.d.ts
sensitivity?readonlySensitivity-packages/tools/dist/executor/types.d.ts
sideEffectClassreadonlySideEffectClass-packages/tools/dist/executor/types.d.ts
toolNamereadonlystring-packages/tools/dist/executor/types.d.ts
trustClassreadonlyToolTrustClass-packages/tools/dist/executor/types.d.ts
validatedInputreadonlyunknownThe schema-validated (possibly coerced) input the tool would execute on.packages/tools/dist/executor/types.d.ts