Interfaces
ToolRegistryEntry
Interface: ToolRegistryEntry
Defined in: src/core/tools.ts:881
Internal: registry entry keyed by tool name. Consumer never sees this shape.
Properties
name
readonlyname:string
Defined in: src/core/tools.ts:882
tool
readonlytool:Tool
Defined in: src/core/tools.ts:883
