Graphorin API reference v0.9.0
Graphorin API reference / @graphorin/tools / / ToolArgumentPolicyFacts
Interface: ToolArgumentPolicyFacts
Defined in: packages/tools/src/executor/types.ts:328
Facts a policy guard decides over (shared by both evaluation shapes).
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
args | readonly | unknown | - | packages/tools/src/executor/types.ts:337 |
sensitive | readonly | boolean | - | packages/tools/src/executor/types.ts:331 |
sideEffectClass | readonly | SideEffectClass | - | packages/tools/src/executor/types.ts:330 |
toolName | readonly | string | - | packages/tools/src/executor/types.ts:329 |
trustClass | readonly | ToolTrustClass | Trust class of the tool under evaluation (W-101) - lets guards enforce trust-taxonomy rules (Rule-of-Two untrustedInput). | packages/tools/src/executor/types.ts:336 |