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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
description | readonly | string | packages/tools/src/registry/types.ts:88 |
inputSchema | readonly | Readonly<Record<string, unknown>> | packages/tools/src/registry/types.ts:89 |
name | readonly | string | packages/tools/src/registry/types.ts:87 |
score | readonly | number | packages/tools/src/registry/types.ts:90 |
source | readonly | "semantic" | "bm25" | "regex-name" | packages/tools/src/registry/types.ts:91 |