Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/tools / / DataFlowInspectInput
Interface: DataFlowInspectInput
Defined in: packages/tools/src/executor/executor.ts:196
Input to DataFlowGuard.inspect.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
args | readonly | unknown | The raw tool-call arguments (stringified by the guard for probing). | packages/tools/src/executor/executor.ts:203 |
runContext | readonly | RunContext | - | packages/tools/src/executor/executor.ts:204 |
sensitivity? | readonly | Sensitivity | - | packages/tools/src/executor/executor.ts:200 |
sideEffectClass | readonly | SideEffectClass | - | packages/tools/src/executor/executor.ts:198 |
source? | readonly | ToolSource | - | packages/tools/src/executor/executor.ts:201 |
toolName | readonly | string | - | packages/tools/src/executor/executor.ts:197 |
trustClass | readonly | ToolTrustClass | - | packages/tools/src/executor/executor.ts:199 |