Skip to content

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

PropertyModifierTypeDescriptionDefined in
argsreadonlyunknownRaw-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
runContextreadonlyRunContext-packages/tools/src/executor/types.ts:226
sensitivity?readonlySensitivity-packages/tools/src/executor/types.ts:215
sideEffectClassreadonlySideEffectClass-packages/tools/src/executor/types.ts:213
source?readonlyToolSource-packages/tools/src/executor/types.ts:216
toolNamereadonlystring-packages/tools/src/executor/types.ts:212
trustClassreadonlyToolTrustClass-packages/tools/src/executor/types.ts:214