Skip to content

ToolCallerProxy

type ToolCallerProxy = Record<string, ToolHandle>;

Defined in: src/agent/tool-caller.ts:68

The public type of the tool caller proxy. Provides dynamic property access where each property is a ToolHandle with .invoke() and .stream() methods.