Skip to content

Graphorin API reference v0.9.0


Graphorin API reference / @graphorin/agent / / PermissionHookInput

Interface: PermissionHookInput

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

E1: input handed to a PermissionHook.

Stable

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