Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/tools / / ToolSearchMatch
Interface: ToolSearchMatch
Defined in: packages/tools/src/registry/types.ts:100
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 | Description | Defined in |
|---|---|---|---|---|
description | readonly | string | - | packages/tools/src/registry/types.ts:102 |
inputSchema | readonly | Readonly<Record<string, unknown>> | - | packages/tools/src/registry/types.ts:103 |
name | readonly | string | - | packages/tools/src/registry/types.ts:101 |
outputSchema? | readonly | Readonly<Record<string, unknown>> | A5: the matched tool's output schema, when declared (renders a return type). | packages/tools/src/registry/types.ts:105 |
score | readonly | number | - | packages/tools/src/registry/types.ts:106 |
source | readonly | "semantic" | "bm25" | "regex-name" | - | packages/tools/src/registry/types.ts:107 |