API Reference
ToolGateRequest
Defined in: primitives/loop.ts:57
One tool call presented to the gate, with its validated arguments.
See
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args | ToolArguments | The call's arguments, already JSON-parsed and schema-validated. | primitives/loop.ts:61 |
toolCall | ToolCall | The model's tool call, in its raw wire shape. | primitives/loop.ts:59 |