Skip to content

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

PropertyModifierTypeDescriptionDefined in
deferLoadingByDefault?readonlybooleanC6: 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?readonlyToolSearchEmbedder-packages/tools/src/registry/registry.ts:62
emitAudit?readonly(event) => void-packages/tools/src/registry/registry.ts:63
semanticScoreThreshold?readonlynumberCosine threshold above which a semantic match counts. Default 0.5.packages/tools/src/registry/registry.ts:65