Interface: WorkingTool
Defined in: src/batteries/context/thrift/contracts.ts:164
The structural shape of a tool declaration the working set's tool registry carries. Only name (identity, shed-rank lookup) and description (the fallback name: description measurement proxy used when no RenderToolsFn is injected) are read.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description? | string | Human-readable description, used in the fallback name: description measurement proxy. | src/batteries/context/thrift/contracts.ts:168 |
name | string | The tool's registered name — identity, and the shed-rank lookup key. | src/batteries/context/thrift/contracts.ts:166 |