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