Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/tools / / DataFlowRecordInput
Interface: DataFlowRecordInput
Defined in: packages/tools/src/executor/executor.ts:208
Input to DataFlowGuard.record.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
outputText | readonly | string | The (sanitized) output text the model will see. | packages/tools/src/executor/executor.ts:214 |
runContext | readonly | RunContext | - | packages/tools/src/executor/executor.ts:215 |
sensitivity? | readonly | Sensitivity | - | packages/tools/src/executor/executor.ts:211 |
source? | readonly | ToolSource | - | packages/tools/src/executor/executor.ts:212 |
toolName | readonly | string | - | packages/tools/src/executor/executor.ts:209 |
trustClass | readonly | ToolTrustClass | - | packages/tools/src/executor/executor.ts:210 |