Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/tools / / ToolRegistryOptions
Interface: ToolRegistryOptions
Defined in: packages/tools/src/registry/registry.ts:61
Configuration for createToolRegistry.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
deferLoadingByDefault? | readonly | boolean | C6: treat tools that do not declare defer_loading as deferred (the minimal-scaffold posture). An explicit defer_loading: false on the tool still wins. Default false (per-tool opt-in). | packages/tools/src/registry/registry.ts:71 |
embedder? | readonly | ToolSearchEmbedder | - | packages/tools/src/registry/registry.ts:62 |
emitAudit? | readonly | (event) => void | - | packages/tools/src/registry/registry.ts:63 |
semanticScoreThreshold? | readonly | number | Cosine threshold above which a semantic match counts. Default 0.5. | packages/tools/src/registry/registry.ts:65 |