Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/tools / / createToolExecutor

Function: createToolExecutor()

ts
function createToolExecutor(opts): ToolExecutor;

Defined in: packages/tools/src/executor/executor.ts:190

Build a ToolExecutor bound to a registry.

Parameters

ParameterType
optsExecutorOptions

Returns

ToolExecutor

Stable