Skip to content
1 min read · 102 words

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

PropertyTypeDescriptionDefined in
description?stringHuman-readable description, used in the fallback name: description measurement proxy.src/batteries/context/thrift/contracts.ts:168
namestringThe tool's registered name — identity, and the shed-rank lookup key.src/batteries/context/thrift/contracts.ts:166