Open Agent Loops
API Reference

ToolGateRequest

@open-agent-loops/core


Defined in: primitives/loop.ts:57

One tool call presented to the gate, with its validated arguments.

See

Hooks.gateToolCalls

Properties

PropertyTypeDescriptionDefined in
argsToolArgumentsThe call's arguments, already JSON-parsed and schema-validated.primitives/loop.ts:61
toolCallToolCallThe model's tool call, in its raw wire shape.primitives/loop.ts:59

On this page