Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/security / / BridgedToolCall

Interface: BridgedToolCall

Defined in: packages/security/src/sandbox/bridged-source.ts:44

A single tool invocation the sandboxed script asked the host to run.

Properties

PropertyModifierTypeDescriptionDefined in
argsreadonlyunknownThe arguments object the script passed; structured-clone safe.packages/security/src/sandbox/bridged-source.ts:48
namereadonlystringRegistered tool name the script invoked via tools.<name>(args).packages/security/src/sandbox/bridged-source.ts:46