Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/tools / / ToolRegistryOptions
Interface: ToolRegistryOptions
Defined in: packages/tools/src/registry/registry.ts:60
Configuration for createToolRegistry.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
embedder? | readonly | ToolSearchEmbedder | - | packages/tools/src/registry/registry.ts:61 |
emitAudit? | readonly | (event) => void | - | packages/tools/src/registry/registry.ts:62 |
semanticScoreThreshold? | readonly | number | Cosine threshold above which a semantic match counts. Default 0.5. | packages/tools/src/registry/registry.ts:64 |