Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/tools / / createToolRegistry

Function: createToolRegistry()

ts
function createToolRegistry(opts?): ToolRegistry;

Defined in: packages/tools/src/registry/registry.ts:126

Build a ToolRegistry instance.

Parameters

ParameterType
optsToolRegistryOptions

Returns

ToolRegistry

Stable