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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
call | readonly | ToolCall | The original wire-level call (raw model-generated args). | packages/tools/dist/executor/types.d.ts |
runContext | readonly | RunContext | - | packages/tools/dist/executor/types.d.ts |
sensitivity? | readonly | Sensitivity | - | packages/tools/dist/executor/types.d.ts |
sideEffectClass | readonly | SideEffectClass | - | packages/tools/dist/executor/types.d.ts |
toolName | readonly | string | - | packages/tools/dist/executor/types.d.ts |
trustClass | readonly | ToolTrustClass | - | packages/tools/dist/executor/types.d.ts |
validatedInput | readonly | unknown | The schema-validated (possibly coerced) input the tool would execute on. | packages/tools/dist/executor/types.d.ts |