Skip to content

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

PropertyModifierTypeDescriptionDefined in
embedder?readonlyToolSearchEmbedder-packages/tools/src/registry/registry.ts:61
emitAudit?readonly(event) => void-packages/tools/src/registry/registry.ts:62
semanticScoreThreshold?readonlynumberCosine threshold above which a semantic match counts. Default 0.5.packages/tools/src/registry/registry.ts:64