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

readonly name: string

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


tool

readonly tool: Tool

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

On this page