Skip to content

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

PropertyModifierTypeDefined in
args?readonlyunknownpackages/security/src/guardrails/builtins/tool-usage-validator.ts:27
toolCallId?readonlystringpackages/security/src/guardrails/builtins/tool-usage-validator.ts:26
toolNamereadonlystringpackages/security/src/guardrails/builtins/tool-usage-validator.ts:25