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

readonly name: string

Defined in: src/core/tools.ts:882


tool

readonly tool: Tool

Defined in: src/core/tools.ts:883

On this page