Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/tools / / DataFlowInspectInput
Interface: DataFlowInspectInput
Defined in: packages/tools/src/executor/types.ts:211
Input to DataFlowGuard.inspect.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
args | readonly | unknown | Raw-shaped POST-REPAIR arguments (stringified by the guard for probing): what the approval gate saw and what the validate phase derives the executed input from (W-118). Bytes-equal to the model's call.args when no repair hook ran. Residual limitation: probed before schema coercion, so spans introduced purely by Zod transform/default are not visible to the verbatim probe. | packages/tools/src/executor/types.ts:225 |
runContext | readonly | RunContext | - | packages/tools/src/executor/types.ts:226 |
sensitivity? | readonly | Sensitivity | - | packages/tools/src/executor/types.ts:215 |
sideEffectClass | readonly | SideEffectClass | - | packages/tools/src/executor/types.ts:213 |
source? | readonly | ToolSource | - | packages/tools/src/executor/types.ts:216 |
toolName | readonly | string | - | packages/tools/src/executor/types.ts:212 |
trustClass | readonly | ToolTrustClass | - | packages/tools/src/executor/types.ts:214 |