Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / ObservedToolCall
Interface: ObservedToolCall
Defined in: packages/security/src/guardrails/builtins/tool-usage-validator.ts:24
Shape of one observed tool call. Aligned with ToolCall from @graphorin/core but decoupled — the validator reads only what it needs so deployments can repurpose it for other shapes.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
args? | readonly | unknown | packages/security/src/guardrails/builtins/tool-usage-validator.ts:27 |
toolCallId? | readonly | string | packages/security/src/guardrails/builtins/tool-usage-validator.ts:26 |
toolName | readonly | string | packages/security/src/guardrails/builtins/tool-usage-validator.ts:25 |