Function: createToolRegistry()
function createToolRegistry(tools?, options?): DefaultToolRegistry;
Defined in: tools/registry.ts:250
Create a new ToolRegistry with optional initial tools and options
Parameters
| Parameter | Type |
|---|---|
tools? | Tool<object>[] |
options? | ToolRegistryOptions |