Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/tools / / ToolSearchMatch

Interface: ToolSearchMatch

Defined in: packages/tools/src/registry/types.ts:86

Match returned by ToolRegistry.searchDeferred. Carries the stage that produced the match so consumers can detect rank-chain fallback and surface it on the trace span.

Stable

Properties

PropertyModifierTypeDefined in
descriptionreadonlystringpackages/tools/src/registry/types.ts:88
inputSchemareadonlyReadonly<Record&lt;string, unknown&gt;>packages/tools/src/registry/types.ts:89
namereadonlystringpackages/tools/src/registry/types.ts:87
scorereadonlynumberpackages/tools/src/registry/types.ts:90
sourcereadonly"semantic" | "bm25" | "regex-name"packages/tools/src/registry/types.ts:91