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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
args | readonly | unknown | The arguments object the script passed; structured-clone safe. | packages/security/src/sandbox/bridged-source.ts:48 |
name | readonly | string | Registered tool name the script invoked via tools.<name>(args). | packages/security/src/sandbox/bridged-source.ts:46 |