Interfaces

ToolRegistryEntry

Interface: ToolRegistryEntry

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

Internal: registry entry keyed by tool name. Consumer never sees this shape.

Properties

name

readonly name: string

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


tool

readonly tool: Tool

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

On this page