Open Agent Loops
API Reference

ToolContext

@open-agent-loops/core


Defined in: tools/tools.types.ts:69

Per-call context the loop passes to a tool's execute handler.

Properties

PropertyTypeDescriptionDefined in
signal?AbortSignalForwarded from the run so a cooperating handler can abort in-flight work.tools/tools.types.ts:73
toolCallIdstringIdentifier of the specific tool call being executed.tools/tools.types.ts:71

On this page