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